diff options
author | link2xt <link2xt@testrun.org> | 2021-03-27 18:34:35 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-03-27 18:34:35 +0300 |
commit | 61f5074e220ba385e11585ae634d4ead364c2885 (patch) | |
tree | df065cd13bc910ffeb1e2453c98c9cb3c45be6fe /CMakeLists.txt | |
parent | 23fe1b066a8ce27548e8344bca2c08029e856461 (diff) | |
download | kdeltachat-61f5074e220ba385e11585ae634d4ead364c2885.tar.gz kdeltachat-61f5074e220ba385e11585ae634d4ead364c2885.zip |
Add .desktop entry and icon
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 86196e7..80b1799 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,3 +53,5 @@ target_link_libraries(kdeltachat m dl) install(TARGETS kdeltachat ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) + +add_subdirectory(res) |