mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-09 20:05:53 +00:00
edited wpa functions, added scripts
This commit is contained in:
@ -19,6 +19,7 @@ option (WITH_DEBUG_MODE "Build with debug mode" OFF)
|
||||
option (BUILD_GUI "Build GUI" ON)
|
||||
option (BUILD_DATAENGINE "Build data engine" ON)
|
||||
option (BUILD_PLASMOID "Build plasmoid" ON)
|
||||
option (BUILD_SCRIPTS "Build special scripts" ON)
|
||||
|
||||
# verbose
|
||||
set (CMAKE_VERBOSE_MAKEFILE ON)
|
||||
@ -50,3 +51,6 @@ endif ()
|
||||
if (BUILD_PLASMOID)
|
||||
add_subdirectory (plasmoid)
|
||||
endif ()
|
||||
if (BUILD_SCRIPTS)
|
||||
add_subdirectory (scripts)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user