mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-06 20:24:33 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
d5d1885254
commit
ae283af384
1 changed files with 15 additions and 14 deletions
|
|
@ -767,20 +767,21 @@ if (TORQUE_TARGET_PROPERTIES)
|
|||
endif (TORQUE_TARGET_PROPERTIES)
|
||||
target_include_directories(${TORQUE_APP_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} "${CMAKE_BINARY_DIR}/temp" ${TORQUE_INCLUDE_DIRECTORIES})
|
||||
|
||||
target_precompile_headers(${TORQUE_APP_NAME} PRIVATE
|
||||
<vector>
|
||||
<string>
|
||||
<map>
|
||||
<memory>
|
||||
<algorithm>
|
||||
<type_traits>
|
||||
<cstring>
|
||||
<cstdlib>
|
||||
<cstdio>
|
||||
<cmath>
|
||||
<cstdint>
|
||||
<cmath>
|
||||
)
|
||||
# target_precompile_headers(${TORQUE_APP_NAME} PRIVATE
|
||||
# <vector>
|
||||
# <string>
|
||||
# <map>
|
||||
# <memory>
|
||||
# <algorithm>
|
||||
# <type_traits>
|
||||
# <cstring>
|
||||
# <cstdlib>
|
||||
# <cstdio>
|
||||
# <cmath>
|
||||
# <cstdint>
|
||||
# <cmath>
|
||||
# "console/engineObject.h"
|
||||
# )
|
||||
|
||||
if(TORQUE_TESTING)
|
||||
if(WIN32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue