mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
6 lines
264 B
CMake
6 lines
264 B
CMake
add_subdirectory( emoticons )
|
|
|
|
set(ksvgtopng_SRCS ksvgtopng.cpp )
|
|
add_executable(ksvgtopng ${ksvgtopng_SRCS})
|
|
target_link_libraries(ksvgtopng ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTSVG_LIBRARY})
|
|
install(TARGETS ksvgtopng ${INSTALL_TARGETS_DEFAULT_ARGS} )
|