2013-02-13 01:39:55 +01:00
|
|
|
project("plasmapkg")
|
|
|
|
|
|
|
|
add_executable(plasmapkg
|
2009-05-12 01:40:57 +02:00
|
|
|
main.cpp
|
2013-02-13 01:39:55 +01:00
|
|
|
plasmapkg.cpp
|
2009-05-12 01:40:57 +02:00
|
|
|
)
|
|
|
|
|
2013-12-11 12:39:48 +01:00
|
|
|
target_link_libraries(plasmapkg KF5::Plasma KF5::KI18n KF5::KService KF5::KCoreAddons Qt5::DBus)
|
2009-05-12 01:40:57 +02:00
|
|
|
|
2013-02-13 01:39:55 +01:00
|
|
|
message("INSTALL_TARGETS_DEFAULT_ARGS ${INSTALL_TARGETS_DEFAULT_ARGS}")
|
2009-05-12 01:40:57 +02:00
|
|
|
|
|
|
|
install(TARGETS plasmapkg ${INSTALL_TARGETS_DEFAULT_ARGS})
|
|
|
|
|