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