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

9 lines
283 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
########### next target ###############
set( ksplashx_scale_SRCS
main.cpp )
2015-09-01 04:37:19 +03:00
add_executable( ksplashx_scale ${ksplashx_scale_SRCS})
2014-11-13 19:30:51 +02:00
target_link_libraries( ksplashx_scale ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY})
install( TARGETS ksplashx_scale ${INSTALL_TARGETS_DEFAULT_ARGS} )