kde-workspace/kstartupconfig/CMakeLists.txt

21 lines
563 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
########### kstartupconfig ###############
set(kstartupconfig_SRCS kstartupconfig.c )
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_KDEFAKES_LIBS} )
install(TARGETS kstartupconfig4 ${INSTALL_TARGETS_DEFAULT_ARGS} )
########### kdostartupconfig ###############
set(kdostartupconfig_SRCS kdostartupconfig.cpp )
2015-09-01 04:37:19 +03:00
add_executable(kdostartupconfig4 ${kdostartupconfig_SRCS})
2014-11-13 19:30:51 +02:00
target_link_libraries(kdostartupconfig4 ${KDE4_KDECORE_LIBS} )
install(TARGETS kdostartupconfig4 ${INSTALL_TARGETS_DEFAULT_ARGS} )