summaryrefslogtreecommitdiffstats
path: root/icons
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 18:26:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 22:36:50 +0900
commitac3f0014232619edc41865f6e42e6510bdd8acc6 (patch)
tree9f851f02238781fb9ffe7f76ac446d25e9c92668 /icons
parent1c22ae157c39e2c1434e5ec43a05eda78dc86798 (diff)
downloadpiklab-ac3f0014232619edc41865f6e42e6510bdd8acc6.tar.gz
piklab-ac3f0014232619edc41865f6e42e6510bdd8acc6.zip
Allow generation of build time data files in out-of-source builds. Also fix generation of data file for devices/mem24 subfolder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'icons')
-rw-r--r--icons/CMakeLists.txt2
-rw-r--r--icons/actions/CMakeLists.txt1
-rw-r--r--icons/app/CMakeLists.txt1
3 files changed, 0 insertions, 4 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt
deleted file mode 100644
index 61ab0a8..0000000
--- a/icons/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-add_subdirectory( actions )
-add_subdirectory( app )
diff --git a/icons/actions/CMakeLists.txt b/icons/actions/CMakeLists.txt
deleted file mode 100644
index f79769c..0000000
--- a/icons/actions/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/piklab/icons )
diff --git a/icons/app/CMakeLists.txt b/icons/app/CMakeLists.txt
deleted file mode 100644
index 5cca3c6..0000000
--- a/icons/app/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_install_icons( DESTINATION ${ICON_INSTALL_DIR} )