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 Charles Pigott
parent bd80ec7cff
commit 7c7f747ad8
5 changed files with 81 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)