Change: [CMake] Copy AI/GS compatibility files to build dir (#8906)

This commit is contained in:
Loïc Guilloux
2021-04-02 10:15:45 +02:00
committed by GitHub
parent e760c9fbec
commit 799eb31ff1
5 changed files with 83 additions and 3 deletions

View File

@@ -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)