From 54669bfe2240b5a16147d7c8567eaa535fb7131e Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sun, 2 Jun 2019 02:17:55 +0200 Subject: [PATCH] cmake: fix icons install and stuff like that (bug from b4b0ad3), <3 @SpiKe --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7a6abe1..96ffb84f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -342,7 +342,10 @@ endif() if (BUILD_BINARIES) install(DIRECTORY - setup/data/tools + setup/data/tools/base + setup/data/tools/bitmaps + setup/data/tools/gl + setup/data/tools/plugins docs DESTINATION ${RADIANT_DATA_DIR} ) -- 2.39.2