kde-workspace/ksplash/ksplashx/utils/CMakeLists.txt

16 lines
395 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
########### next target ###############
set( prepareanim_SRCS
prepareanim.cpp )
2015-09-01 04:37:19 +03:00
add_executable( prepareanim ${prepareanim_SRCS})
2014-11-13 19:30:51 +02:00
target_link_libraries( prepareanim ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY})
########### next target ###############
set( shade_SRCS
shade.cpp )
2015-09-01 04:37:19 +03:00
add_executable( shade ${shade_SRCS})
2014-11-13 19:30:51 +02:00
target_link_libraries( shade ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY})