From 669fc4c5c25e5f2d916e57c97033dfcb07ea4f0b Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 4 Apr 2020 03:36:42 +0200 Subject: [PATCH] cmake: install global.xlink --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbdef8b3..c6cc4464 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -354,6 +354,11 @@ if (BUILD_BINARIES) docs DESTINATION ${RADIANT_DATA_DIR} ) + + install(FILES + setup/data/tools/global.xlink + DESTINATION ${RADIANT_DATA_DIR} + ) endif () if (DOWNLOAD_GAMEPACKS) -- 2.39.2