mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-10 04:15:52 +00:00
edited before renaming
This commit is contained in:
@ -5,7 +5,7 @@ cmake_policy (SET CMP0002 OLD)
|
||||
cmake_policy (SET CMP0011 NEW)
|
||||
cmake_policy (SET CMP0015 NEW)
|
||||
|
||||
project (netctl-monitor)
|
||||
project (netctl-plasmoid)
|
||||
set (PROJECT_VERSION_MAJOR 1)
|
||||
set (PROJECT_VERSION_MINOR 0)
|
||||
set (PROJECT_VERSION_PATCH 0)
|
||||
@ -25,7 +25,7 @@ set (CMAKE_VERBOSE_MAKEFILE ON)
|
||||
|
||||
# flags
|
||||
if (WITH_DEBUG_MODE)
|
||||
add_definitions ( -DDEBUG_MODE=1 )
|
||||
add_definitions (-DDEBUG_MODE=1)
|
||||
endif ()
|
||||
if (CMAKE_COMPILER_IS_GNUCXX)
|
||||
set (ADD_CXX_FLAGS "-Wall")
|
||||
@ -41,12 +41,11 @@ if (BUILD_PLASMOID)
|
||||
endif ()
|
||||
|
||||
if (BUILD_GUI)
|
||||
add_subdirectory (netctl-gui)
|
||||
add_subdirectory (gui)
|
||||
endif ()
|
||||
if (BUILD_DATAENGINE)
|
||||
add_subdirectory (netctl-dataengine)
|
||||
add_subdirectory (dataengine)
|
||||
endif ()
|
||||
if (BUILD_PLASMOID)
|
||||
add_subdirectory (netctl-dataengine)
|
||||
add_subdirectory (netctl-monitor)
|
||||
add_subdirectory (plasmoid)
|
||||
endif ()
|
||||
|
@ -1,5 +1,5 @@
|
||||
# set project name
|
||||
set (SUBPROJECT plasma_engine_netctl-dataengine)
|
||||
set (SUBPROJECT plasma_engine_netctl)
|
||||
|
||||
# find required libaries
|
||||
find_package (KDE4 REQUIRED)
|
@ -1,5 +1,5 @@
|
||||
# set project name
|
||||
set (SUBPROJECT plasma_applet_netctl-monitor)
|
||||
set (SUBPROJECT plasma_applet_netctl)
|
||||
|
||||
# find required libaries
|
||||
find_package (KDE4 REQUIRED)
|
Reference in New Issue
Block a user