We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203837c commit 807bdcfCopy full SHA for 807bdcf
1 file changed
CMakeLists.txt
@@ -1,6 +1,5 @@
1
cmake_minimum_required(VERSION 3.16)
2
-set(PROJECT_NAME "Kurva")
3
-project(${PROJECT_NAME})
+project(Kurva)
4
option(BUILD_PLUGIN "Build the plugin" OFF)
5
option(INSTALL_PLASMOID "Install plasmoid" OFF)
6
option(PACKAGE_PLASMOID "Package plasmoid" OFF)
@@ -33,7 +32,7 @@ if(INSTALL_PLASMOID)
33
32
endif()
34
35
if(PACKAGE_PLASMOID)
36
- # GenEreate plasmoid file
+ # generate plasmoid file
37
set(PLASMOID_FILE ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}-v${CUR_VERSION}.plasmoid)
38
add_custom_target(plasmoid ALL
39
COMMAND rm -rf "${PLASMOID_FILE}"
0 commit comments