diff options
author | Michele Calgaro <[email protected]> | 2023-08-04 16:23:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-08-06 16:37:52 +0900 |
commit | 4aae9b72d7164684622eab039f82833d02d3ce7a (patch) | |
tree | 650f523ea071491ec9f9b94b3ea083fd07b843f7 /icons | |
parent | 9f7c0362e26f62dc81769ab55a89e32c3c9a268d (diff) | |
download | k9copy-4aae9b72d7164684622eab039f82833d02d3ce7a.tar.gz k9copy-4aae9b72d7164684622eab039f82833d02d3ce7a.zip |
Conversion to cmake build system
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'icons')
-rw-r--r-- | icons/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt new file mode 100644 index 0000000..47e6d7d --- /dev/null +++ b/icons/CMakeLists.txt @@ -0,0 +1 @@ +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/k9copy/icons ) |