From 199d48de5c43ab5da32fdfe2006f9d89bd4b6d17 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 7 May 2024 18:59:54 +0900 Subject: CMake conversion Signed-off-by: Michele Calgaro --- icons/CMakeLists.txt | 2 ++ icons/actions/CMakeLists.txt | 1 + icons/app/CMakeLists.txt | 1 + 3 files changed, 4 insertions(+) create mode 100644 icons/CMakeLists.txt create mode 100644 icons/actions/CMakeLists.txt create mode 100644 icons/app/CMakeLists.txt (limited to 'icons') diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt new file mode 100644 index 0000000..61ab0a8 --- /dev/null +++ b/icons/CMakeLists.txt @@ -0,0 +1,2 @@ +add_subdirectory( actions ) +add_subdirectory( app ) diff --git a/icons/actions/CMakeLists.txt b/icons/actions/CMakeLists.txt new file mode 100644 index 0000000..f79769c --- /dev/null +++ b/icons/actions/CMakeLists.txt @@ -0,0 +1 @@ +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/piklab/icons ) diff --git a/icons/app/CMakeLists.txt b/icons/app/CMakeLists.txt new file mode 100644 index 0000000..5cca3c6 --- /dev/null +++ b/icons/app/CMakeLists.txt @@ -0,0 +1 @@ +tde_install_icons( DESTINATION ${ICON_INSTALL_DIR} ) -- cgit v1.2.1