kde-extraapps/ark/plugins/cliplugin-example/CMakeLists.txt
Ivailo Monev 59190d3194 generic: replace installation paths with KDE4_ prefixed
see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-08 20:12:24 +00:00

7 lines
309 B
CMake

set(kerfuffle_cli_SRCS cliplugin.cpp)
kde4_add_plugin(kerfuffle_cli ${kerfuffle_cli_SRCS})
target_link_libraries(kerfuffle_cli ${KDE4_KDECORE_LIBS} kerfuffle)
install(TARGETS kerfuffle_cli DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES kerfuffle_cli.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})