mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
2 lines
74 B
CMake
2 lines
74 B
CMake
file(GLOB LJPEG_SOURCES "*.c")
|
|
add_library(ljpeg STATIC ${LJPEG_SOURCES})
|