Configures and installs an engine.json generated from a template. Fixes HEADERONLY targets for install. Fixes locating .ico resource file. Fix infinite loop in CMake configure on new projects.

This commit is contained in:
phistere
2021-05-07 20:05:05 -05:00
parent 2625e983b8
commit bedecebdcc
8 changed files with 39 additions and 9 deletions
+2 -1
View File
@@ -2,5 +2,6 @@
"engine_name": "o3de",
"FileVersion": 1,
"O3DEVersion": "0.0.0.0",
"O3DECopyrightYear": 2021
"O3DECopyrightYear": 2021,
"O3DEBuildNumber": 0
}