소스 검색

Re-adds the logic to set up the project's torsion file to the updated cmake generation

Areloch 2 년 전
부모
커밋
0cc974929a
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")