plasma-framework/tools/plasmapkg/CMakeLists.txt
Aaron Seigo 3611d138a2 mv the knsrc file in with the plasmapkg binary
no knewstuff in the library anymore
2013-02-05 17:32:17 +01:00

14 lines
345 B
CMake

set(plasmapkg_SRCS
main.cpp
)
include_directories(${KDE4_INCLUDE_DIR}/KDE)
kde4_add_executable(plasmapkg ${plasmapkg_SRCS})
target_link_libraries(plasmapkg ${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS})
install(TARGETS plasmapkg ${INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES data/knewstuff/plasmoids.knsrc DESTINATION ${CONFIG_INSTALL_DIR})