From 0cc974929ac00a3e1aac4f75e1bd1d37811bcd1b Mon Sep 17 00:00:00 2001 From: Areloch Date: Fri, 8 Sep 2023 17:08:35 -0500 Subject: [PATCH] Re-adds the logic to set up the project's torsion file to the updated cmake generation --- Templates/BaseGame/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Templates/BaseGame/CMakeLists.txt b/Templates/BaseGame/CMakeLists.txt index 90a53d1ac..fb5fea3e1 100644 --- a/Templates/BaseGame/CMakeLists.txt +++ b/Templates/BaseGame/CMakeLists.txt @@ -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") \ No newline at end of file