kde-workspace/kcontrol/splash/CMakeLists.txt

15 lines
550 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
add_subdirectory( pics )
include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${KDE4_INCLUDES} )
########### next target ###############
set(kcm_ksplashthemes_PART_SRCS installer.cpp main.cpp )
kde4_add_plugin(kcm_ksplashthemes ${kcm_ksplashthemes_PART_SRCS})
2015-01-11 20:59:41 +00:00
target_link_libraries(kcm_ksplashthemes ${KDE4_KIO_LIBS})
install(TARGETS kcm_ksplashthemes DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
2014-11-13 19:30:51 +02:00
########### install files ###############
install( FILES ksplashthememgr.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )