mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 03:12:51 +00:00
8 lines
283 B
CMake
8 lines
283 B
CMake
########### next target ###############
|
|
|
|
set( ksplashx_scale_SRCS
|
|
main.cpp )
|
|
|
|
add_executable( ksplashx_scale ${ksplashx_scale_SRCS})
|
|
target_link_libraries( ksplashx_scale ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY})
|
|
install( TARGETS ksplashx_scale ${INSTALL_TARGETS_DEFAULT_ARGS} )
|