mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-29 00:59:39 +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
|
||||
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