mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 12:25:30 +00:00
Move CMake library's files to libraries dir.
This commit is contained in:
parent
bea23eb814
commit
492f217330
15 changed files with 15 additions and 15 deletions
9
Tools/CMake/libraries/lmng.cmake
Normal file
9
Tools/CMake/libraries/lmng.cmake
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
project(lmng)
|
||||
|
||||
addStaticLib("${libDir}/${PROJECT_NAME}")
|
||||
|
||||
addDef(MNG_OPTIMIZE_OBJCLEANUP)
|
||||
|
||||
addInclude(${libDir}/lpng)
|
||||
addInclude(${libDir}/zlib)
|
||||
addInclude(${libDir}/ljpeg)
|
||||
Loading…
Add table
Add a link
Reference in a new issue