mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-08 05:51:00 +00:00
5 lines
150 B
CMake
5 lines
150 B
CMake
file(GLOB SQUISH_SOURCES "*.cpp")
|
|
|
|
add_library(squish STATIC ${SQUISH_SOURCES})
|
|
target_include_directories(squish PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|