From: Thomas Debesse Date: Sun, 2 Jun 2019 00:17:55 +0000 (+0200) Subject: cmake: fix icons install and stuff like that (bug from b4b0ad3), <3 @SpiKe X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=54669bfe2240b5a16147d7c8567eaa535fb7131e;p=xonotic%2Fnetradiant.git cmake: fix icons install and stuff like that (bug from b4b0ad3), <3 @SpiKe --- 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} )