diff options
Diffstat (limited to 'kmines/data/CMakeLists.txt')
-rw-r--r-- | kmines/data/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kmines/data/CMakeLists.txt b/kmines/data/CMakeLists.txt new file mode 100644 index 00000000..45e39b94 --- /dev/null +++ b/kmines/data/CMakeLists.txt @@ -0,0 +1,14 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_install_icons( kmines ) + + +##### other data ################################ + +install( FILES kmines.desktop + DESTINATION ${XDG_APPS_INSTALL_DIR} +) + +install( FILES eventsrc + DESTINATION ${DATA_INSTALL_DIR}/kmines +) |