mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 23:35:45 +00:00
* BugFix: Allow header files to appear in the filters through use of a helper function torqueAddSourceDirectories.
This commit is contained in:
parent
05cce33be3
commit
3d963d44e3
7 changed files with 133 additions and 166 deletions
|
|
@ -12,6 +12,9 @@ set(ASSIMP_BUILD_ZLIB off CACHE STRING "")
|
|||
set(ASSIMP_HUNTER_ENABLED off CACHE STRING "")
|
||||
add_subdirectory(assimp ${CMAKE_BINARY_DIR}/temp/assimp EXCLUDE_FROM_ALL)
|
||||
|
||||
if (TORQUE_CPU_ARM32 OR TORQUE_CPU_ARM64)
|
||||
set(PNG_ARM_NEON on CACHE BOOL "" FORCE)
|
||||
endif (TORQUE_CPU_ARM32 OR TORQUE_CPU_ARM64)
|
||||
set(PNG_STATIC on CACHE BOOL "" FORCE)
|
||||
set(PNG_BUILD_ZLIB on CACHE BOOL "" FORCE)
|
||||
set(PNG_TESTS off CACHE BOOL "" FORCE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue