mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 12:25:30 +00:00
add find scripts
add cmake find modules.
This commit is contained in:
parent
69fa4b389f
commit
f3a1388ff9
7 changed files with 67 additions and 2 deletions
|
|
@ -6,8 +6,6 @@ set(ZLIB_ROOT "${ZLIB_ROOT}" CACHE STRING "ZLib root location" FORCE)
|
|||
mark_as_advanced(ZLIB_ROOT)
|
||||
# Png depends on zlib
|
||||
add_subdirectory(zlib ${TORQUE_LIB_TARG_DIRECTORY}/zlib EXCLUDE_FROM_ALL)
|
||||
set(ZLIB_FOUND 1)
|
||||
set(ZLIB_LIBRARIES zlib)
|
||||
|
||||
if(APPLE)
|
||||
enable_language(OBJC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue