浏览代码

Merge pull request #1082 from Areloch/TorsionCmakeFileFix

Re-adds the logic to set up the project's torsion file to the updated cmake generation
Brian Roberts 2 年之前
父节点
当前提交
dc1d6e7d9d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Templates/BaseGame/CMakeLists.txt

+ 1 - 0
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")