mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Merge remote-tracking branch 'upstream/development' into STBImageLoading-PR
This commit is contained in:
commit
89a8a4d190
13 changed files with 243 additions and 159 deletions
|
|
@ -433,6 +433,8 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
|||
foreach (TORQUE_LIBRARY ${TORQUE_LINK_LIBRARIES})
|
||||
set_target_properties(${TORQUE_LIBRARY} PROPERTIES
|
||||
FOLDER "Libraries")
|
||||
# remove warnings from 3rd parties.
|
||||
target_compile_options(${TORQUE_LIBRARY} PRIVATE "-w")
|
||||
endforeach()
|
||||
|
||||
target_compile_definitions(${TORQUE_APP_NAME} PUBLIC ${TORQUE_COMPILE_DEFINITIONS})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue