diff options
Diffstat (limited to 'languages/cpp/app_templates/noatunui/CMakeLists.txt')
-rw-r--r-- | languages/cpp/app_templates/noatunui/CMakeLists.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/languages/cpp/app_templates/noatunui/CMakeLists.txt b/languages/cpp/app_templates/noatunui/CMakeLists.txt new file mode 100644 index 00000000..506cd194 --- /dev/null +++ b/languages/cpp/app_templates/noatunui/CMakeLists.txt @@ -0,0 +1,27 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_custom_target( noatunui.tar.gz ALL + COMMAND tar zcf noatunui.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} + src-Makefile.am plugin_app.cpp plugin_impl.cpp + plugin_impl.h noatunui.png plugin.plugin plugin.kdevelop + subdirs +) + + +install( FILES + ${CMAKE_CURRENT_BINARY_DIR}/noatunui.tar.gz noatunui.png + DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard ) + + +install( FILES + noatunui.kdevtemplate + DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/templates ) |