mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
3 lines
132 B
CMake
3 lines
132 B
CMake
file(GLOB ZLIB_SOURCES "*.c")
|
|
add_library(zlib ${ZLIB_SOURCES})
|
|
target_include_directories(zlib PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|