Fixing runtime dependencies (including qt deploy). Running AP/Editor again

This commit is contained in:
pappeste
2021-05-10 14:55:03 -07:00
parent 89fc1483fe
commit 65e0bd270e
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -45,6 +45,8 @@ if(EXISTS ${manifest_path})
if(${json_error})
message(FATAL_ERROR "Unable to read engines[${engine_path_index}] '${manifest_path}', error: ${json_error}")
endif()
list(APPEND CMAKE_MODULE_PATH "${engine_path}/cmake")
if(engine_path)
list(APPEND CMAKE_MODULE_PATH "${engine_path}/cmake")
endif()
endforeach()
endif()