mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Merge pull request #1421 from blackwc/cmake-nmake-fix
CMake NMake fix to place exe in game directory
This commit is contained in:
commit
f08e31346d
1 changed files with 1 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ endif()
|
||||||
|
|
||||||
# fix the debug/release subfolders on windows
|
# fix the debug/release subfolders on windows
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
|
SET("CMAKE_RUNTIME_OUTPUT_DIRECTORY" "${projectOutDir}")
|
||||||
FOREACH(CONF ${CMAKE_CONFIGURATION_TYPES})
|
FOREACH(CONF ${CMAKE_CONFIGURATION_TYPES})
|
||||||
# Go uppercase (DEBUG, RELEASE...)
|
# Go uppercase (DEBUG, RELEASE...)
|
||||||
STRING(TOUPPER "${CONF}" CONF)
|
STRING(TOUPPER "${CONF}" CONF)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue