diff options
Diffstat (limited to 'kapptemplate/kapp/CMakeLists.txt')
-rw-r--r-- | kapptemplate/kapp/CMakeLists.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kapptemplate/kapp/CMakeLists.txt b/kapptemplate/kapp/CMakeLists.txt new file mode 100644 index 00000000..9b9f60fd --- /dev/null +++ b/kapptemplate/kapp/CMakeLists.txt @@ -0,0 +1,20 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( no-exe ) + +install( FILES + app_client.cpp appview.h index.docbook app-Makefile.am + appiface.h doc-Makefile.am lo16-app-app.png app-configure.in.in + apppref.cpp doc-app-Makefile.am lo32-app-app.png app.cpp apppref.h + hi16-app-app.png main.cpp app-desktop appui.rc hi32-app-app.png + app.h appview.cpp hi48-app-app.png pics-Makefile.am + DESTINATION ${DATA_INSTALL_DIR}/kapptemplate/kapp ) |