diff options
author | Michele Calgaro <[email protected]> | 2024-03-05 19:43:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-08 10:42:37 +0900 |
commit | 41f6d5afec703320378e38c0bcefb064d42337e4 (patch) | |
tree | bb46f79e50b5e15efc32f3456052c9b2873531bf /icons/action/CMakeLists.txt | |
parent | b24092d4d2cdfef0145f580a6d66be9b0e06db4c (diff) | |
download | gwenview-41f6d5afec703320378e38c0bcefb064d42337e4.tar.gz gwenview-41f6d5afec703320378e38c0bcefb064d42337e4.zip |
Conversion to cmake building system
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit bc9bda10c93ebfb9862270576b445d1c2798d66d)
Diffstat (limited to 'icons/action/CMakeLists.txt')
-rw-r--r-- | icons/action/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icons/action/CMakeLists.txt b/icons/action/CMakeLists.txt new file mode 100644 index 0000000..529659a --- /dev/null +++ b/icons/action/CMakeLists.txt @@ -0,0 +1 @@ +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/gwenview/icons ) |