mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
* Adjustment: Minor formatting fix in basics.cmake.
This commit is contained in:
parent
2746dcfe48
commit
bd979aa5cf
1 changed files with 3 additions and 3 deletions
|
|
@ -386,7 +386,7 @@ macro(finishExecutable)
|
||||||
else()
|
else()
|
||||||
add_executable("${PROJECT_NAME}" WIN32 ${${PROJECT_NAME}_files})
|
add_executable("${PROJECT_NAME}" WIN32 ${${PROJECT_NAME}_files})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Torque requires c++17
|
# Torque requires c++17
|
||||||
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_17)
|
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_17)
|
||||||
|
|
||||||
|
|
@ -483,8 +483,8 @@ if(UNIX)
|
||||||
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${projectOutDir}")
|
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${projectOutDir}")
|
||||||
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG "${projectOutDir}")
|
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG "${projectOutDir}")
|
||||||
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY_DEBUG "${projectOutDir}")
|
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY_DEBUG "${projectOutDir}")
|
||||||
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE "${projectOutDir}")
|
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE "${projectOutDir}")
|
||||||
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE "${projectOutDir}")
|
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE "${projectOutDir}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# fix the debug/release subfolders on windows
|
# fix the debug/release subfolders on windows
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue