mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 22:05:40 +00:00
* BugFix: Correct some errors in the module scripts.
* BugFix: Fixes for compiling on Windows.
This commit is contained in:
parent
e7b01902ee
commit
b23554295c
6 changed files with 42 additions and 18 deletions
|
|
@ -18,4 +18,5 @@ foreach(ITEM ${SCRIPT_FILES})
|
|||
endforeach()
|
||||
|
||||
# Once the full tree is installed, perform configurations on several files
|
||||
CONFIGURE_FILE("game/main.tscript.in" "${CMAKE_INSTALL_PREFIX}/game/main.${TORQUE_SCRIPT_EXTENSION}")
|
||||
CONFIGURE_FILE("game/main.tscript.in" "${CMAKE_BINARY_DIR}/main.${TORQUE_SCRIPT_EXTENSION}")
|
||||
install(FILES "${CMAKE_BINARY_DIR}/main.${TORQUE_SCRIPT_EXTENSION}" DESTINATION "${CMAKE_INSTALL_PREFIX}/game")
|
||||
Loading…
Add table
Add a link
Reference in a new issue