mirror of https://github.com/OpenTTD/OpenTTD
Fix 799eb31: [CMake] Don't include regression AIs in bundles (#9068)
parent
8d1d271cda
commit
2bc7e5a8e2
|
@ -30,7 +30,9 @@ install(DIRECTORY
|
|||
${CMAKE_BINARY_DIR}/game
|
||||
${CMAKE_SOURCE_DIR}/bin/scripts
|
||||
DESTINATION ${DATA_DESTINATION_DIR}
|
||||
COMPONENT language_files)
|
||||
COMPONENT language_files
|
||||
REGEX "ai/[^\.]+$" EXCLUDE # Ignore subdirs in ai dir
|
||||
)
|
||||
|
||||
install(FILES
|
||||
${CMAKE_SOURCE_DIR}/COPYING.md
|
||||
|
|
Loading…
Reference in New Issue