mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
32c7f2c30a
commit
c6b8a59de1
1 changed files with 2 additions and 0 deletions
|
|
@ -430,6 +430,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