kde-workspace/kstartupconfig/CMakeLists.txt

11 lines
275 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
########### kstartupconfig ###############
set(kstartupconfig_SRCS kstartupconfig.cpp )
2014-11-13 19:30:51 +02:00
2015-09-01 04:37:19 +03:00
add_executable(kstartupconfig4 ${kstartupconfig_SRCS})
2014-11-13 19:30:51 +02:00
target_link_libraries(kstartupconfig4 ${KDE4_KDECORE_LIBS} )
2014-11-13 19:30:51 +02:00
install(TARGETS kstartupconfig4 ${INSTALL_TARGETS_DEFAULT_ARGS} )