summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorLoïc Guilloux <glx22@users.noreply.github.com>2021-04-02 10:15:45 +0200
committerGitHub <noreply@github.com>2021-04-02 10:15:45 +0200
commit799eb31ff199745888ffecf76a37e0d7cce437dd (patch)
treebb0ee0ee1b644d15d9883367c82ed645ebed63f8 /cmake
parente760c9fbec7ab4f0637662bd299369de6dee3db2 (diff)
downloadopenttd-799eb31ff199745888ffecf76a37e0d7cce437dd.tar.xz
Change: [CMake] Copy AI/GS compatibility files to build dir (#8906)
Diffstat (limited to 'cmake')
-rw-r--r--cmake/InstallAndPackage.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/InstallAndPackage.cmake b/cmake/InstallAndPackage.cmake
index 0b1dc1493..fa36518d5 100644
--- a/cmake/InstallAndPackage.cmake
+++ b/cmake/InstallAndPackage.cmake
@@ -26,8 +26,8 @@ install(TARGETS openttd
install(DIRECTORY
${CMAKE_BINARY_DIR}/lang
${CMAKE_BINARY_DIR}/baseset
- ${CMAKE_SOURCE_DIR}/bin/ai
- ${CMAKE_SOURCE_DIR}/bin/game
+ ${CMAKE_BINARY_DIR}/ai
+ ${CMAKE_BINARY_DIR}/game
${CMAKE_SOURCE_DIR}/bin/scripts
DESTINATION ${DATA_DESTINATION_DIR}
COMPONENT language_files)