Changeset - r25202:7e732c9596d3
[Not reviewed]
master
0 1 0
Loïc Guilloux - 3 years ago 2021-04-20 16:46:15
glx22@users.noreply.github.com
Fix 799eb31: [CMake] Don't include regression AIs in bundles (#9068)
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
cmake/InstallAndPackage.cmake
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)