mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
CMake NMake fix to place exe in game directory
This commit is contained in:
parent
e8d1238794
commit
845ec9c452
1 changed files with 1 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ endif()
|
|||
|
||||
# fix the debug/release subfolders on windows
|
||||
if(MSVC)
|
||||
SET("CMAKE_RUNTIME_OUTPUT_DIRECTORY" "${projectOutDir}")
|
||||
FOREACH(CONF ${CMAKE_CONFIGURATION_TYPES})
|
||||
# Go uppercase (DEBUG, RELEASE...)
|
||||
STRING(TOUPPER "${CONF}" CONF)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue