From c70db62d3671e524d23ac974d296eb218159b000 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Thu, 25 Feb 2016 06:23:55 +0300 Subject: Initial cmake conversion --- kmines/data/CMakeLists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 kmines/data/CMakeLists.txt (limited to 'kmines/data/CMakeLists.txt') 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 +) -- cgit v1.2.1