diff options
author | gregory guy <[email protected]> | 2021-06-19 00:54:26 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-06-23 19:25:55 +0200 |
commit | e6036101ea96521109013bede196c70a7523ae00 (patch) | |
tree | 2e3796f6fcbdfd4701b6213acff50ea973b7111c /src/pics | |
parent | 07a5ffc33a3ab0c337836bc83c94cf8b5ab09e46 (diff) | |
download | kopete-otr-e6036101ea96521109013bede196c70a7523ae00.tar.gz kopete-otr-e6036101ea96521109013bede196c70a7523ae00.zip |
Conversion to the cmake building system.
Signed-off-by: Slávek Banko <[email protected]>
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/pics')
-rw-r--r-- | src/pics/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pics/CMakeLists.txt b/src/pics/CMakeLists.txt new file mode 100644 index 0000000..eb272c7 --- /dev/null +++ b/src/pics/CMakeLists.txt @@ -0,0 +1,5 @@ +##### icons + +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/icons ) + +tde_install_icons( ${PROJECT_NAME} ) |