diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 18:26:24 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 11:02:46 +0900 |
| commit | 014e4b95648f2b8e7deb57acb0cdd8cefc363477 (patch) | |
| tree | 02ced501daff512fed5126427f57eca6c2ef3630 /icons | |
| parent | f2e2d9a5271aa9cfd966592d50f60d5b5bf550f4 (diff) | |
| download | piklab-014e4b95.tar.gz piklab-014e4b95.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>
(cherry picked from commit ac3f0014232619edc41865f6e42e6510bdd8acc6)
Diffstat (limited to 'icons')
| -rw-r--r-- | icons/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | icons/actions/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | icons/app/CMakeLists.txt | 1 |
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} ) |
