mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
13 lines
238 B
CMake
13 lines
238 B
CMake
add_definitions(-DKDE_DEFAULT_DEBUG_AREA=90220)
|
|
|
|
add_executable(kcmshell4 main.cpp)
|
|
|
|
target_link_libraries(kcmshell4
|
|
${KDE4_KCMUTILS_LIBS}
|
|
${KDE4_KDEUI_LIBS}
|
|
)
|
|
|
|
install(
|
|
TARGETS kcmshell4
|
|
${INSTALL_TARGETS_DEFAULT_ARGS}
|
|
)
|