not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / ksplash / simple / CMakeLists.txt
blobef735d4ec8638889020699a5510fab56b79202c0
1 add_subdirectory( full )
2 add_subdirectory( small )
4 include_directories(  ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${KDE4_INCLUDES} )
6 ########### next target ###############
8 set(ksplashsimple_SRCS main.cpp )
10 add_executable(ksplashsimple ${ksplashsimple_SRCS})
12 target_link_libraries(ksplashsimple  ${X11_LIBRARIES} )
14 if (X11_Xinerama_FOUND)
15    target_link_libraries(ksplashsimple  ${X11_Xinerama_LIB} )
16 endif (X11_Xinerama_FOUND)
19 install(TARGETS ksplashsimple ${INSTALL_TARGETS_DEFAULT_ARGS})