getting CMakeTestbed to build again

This commit is contained in:
pappeste
2021-05-10 15:05:17 -07:00
parent c5b6878e91
commit 03bde5c244
2 changed files with 2 additions and 3 deletions
+1 -3
View File
@@ -34,14 +34,12 @@ if(NOT PROJECT_NAME)
LANGUAGES C CXX
VERSION ${LY_VERSION_STRING}
)
# o3de manifest
include(cmake/o3de_manifest.cmake)
endif()
################################################################################
# Resolve this engines name and restricted path
################################################################################
include(cmake/o3de_manifest.cmake)
o3de_engine_name(${o3de_engine_json} o3de_engine_name)
o3de_restricted_path(${o3de_engine_json} o3de_engine_restricted_path)
message(STATUS "O3DE Engine Name: ${o3de_engine_name}")
+1
View File
@@ -1,5 +1,6 @@
{
"engine_name": "@LY_VERSION_ENGINE_NAME@",
"restricted": "@LY_VERSION_ENGINE_NAME@",
"FileVersion": 1,
"O3DEVersion": "@LY_VERSION_STRING@",
"O3DECopyrightYear": @LY_VERSION_COPYRIGHT_YEAR@,