mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
15 lines
395 B
CMake
15 lines
395 B
CMake
########### next target ###############
|
|
|
|
set( prepareanim_SRCS
|
|
prepareanim.cpp )
|
|
|
|
add_executable( prepareanim ${prepareanim_SRCS})
|
|
target_link_libraries( prepareanim ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY})
|
|
|
|
########### next target ###############
|
|
|
|
set( shade_SRCS
|
|
shade.cpp )
|
|
|
|
add_executable( shade ${shade_SRCS})
|
|
target_link_libraries( shade ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY})
|