Updating the engine.json.in template for the cmake INSTALL target to add the list of external subdirectories to allow the installed layout to access the subdirectories via it's engine.json file

This commit is contained in:
lumberyard-employee-dm
2021-05-23 23:29:05 -05:00
parent 911ad84e53
commit b99bcea24a
3 changed files with 17 additions and 2 deletions
+2
View File
@@ -13,6 +13,8 @@
include_guard()
set(LY_EXTERNAL_SUBDIRS "" CACHE STRING "List of subdirectories to recurse into when running cmake against the engine's CMakeLists.txt")
#! read_engine_external_subdirs
# Read the external subdirectories from the engine.json file
# External subdirectories are any folders with CMakeLists.txt in them