diff options
author | gregory guy <[email protected]> | 2019-02-16 13:34:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-03-02 11:41:03 +0100 |
commit | f9440f0f509ffa5046a0c48f97d1f847577e06df (patch) | |
tree | e35ced7099406afbedf65779fcb0c6856754b83d /icons | |
parent | 3994ab2ba95d09f73ae5af223f8b2bcdc2f04cfd (diff) | |
download | kooldock-f9440f0f509ffa5046a0c48f97d1f847577e06df.tar.gz kooldock-f9440f0f509ffa5046a0c48f97d1f847577e06df.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'icons')
-rw-r--r-- | icons/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt new file mode 100644 index 0000000..d352db6 --- /dev/null +++ b/icons/CMakeLists.txt @@ -0,0 +1,3 @@ +tde_install_icons( ) + +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/icons ) |