kde-workspace/pics/CMakeLists.txt

7 lines
264 B
Text
Raw Normal View History

2014-11-15 04:16:00 +02:00
add_subdirectory( emoticons )
set(ksvgtopng_SRCS ksvgtopng.cpp )
add_executable(ksvgtopng ${ksvgtopng_SRCS})
2014-11-15 04:16:00 +02:00
target_link_libraries(ksvgtopng ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTSVG_LIBRARY})
install(TARGETS ksvgtopng ${INSTALL_TARGETS_DEFAULT_ARGS} )