mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
fix mac compile
This commit is contained in:
parent
1194f7f49d
commit
db3e7984ad
2 changed files with 6 additions and 1 deletions
|
|
@ -17,6 +17,11 @@ set(TORQUE_COMPILE_DEFINITIONS ICE_NO_DLL PCRE_STATIC TORQUE_ADVANCED_LIGHTING T
|
|||
set(TORQUE_LINK_LIBRARIES tinyxml collada ljpeg squish png_static opcode assimp
|
||||
SDL2 glad pcre convexDecomp zlib)
|
||||
|
||||
if(NOT WIN32)
|
||||
set(WIN32 OFF CACHE Bool "" FORCE)
|
||||
endif()
|
||||
mark_as_advanced(WIN32)
|
||||
|
||||
#general
|
||||
advanced_option(TORQUE_MULTITHREAD "Multi Threading" ON)
|
||||
advanced_option(TORQUE_DISABLE_MEMORY_MANAGER "Disable memory manager" ON)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue