mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
* Feature: Initial testing with module (file) searches.
This commit is contained in:
parent
c3540acf94
commit
9901fa76b4
21 changed files with 142 additions and 1215 deletions
|
|
@ -1,2 +1,2 @@
|
|||
file(GLOB LJPEG_SOURCES "*.c")
|
||||
add_library(ljpeg ${LJPEG_SOURCES})
|
||||
add_library(ljpeg STATIC ${LJPEG_SOURCES})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue