Merge pull request #1082 from Areloch/TorsionCmakeFileFix

Re-adds the logic to set up the project's torsion file to the updated cmake generation
This commit is contained in:
Brian Roberts 2023-09-08 18:07:48 -05:00 committed by GitHub
commit dc1d6e7d9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,3 +21,4 @@ endforeach()
# Once the full tree is installed, perform configurations
CONFIGURE_FILE("game/main.tscript.in" "${TORQUE_APP_GAME_DIRECTORY}/main.${TORQUE_SCRIPT_EXTENSION}")
CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/Tools/CMake/template.torsion.in" "${TORQUE_APP_GAME_DIRECTORY}/${PROJECT_NAME}.torsion")