mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 14:55:39 +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
7
Tools/CMake/libraries/libogg.cmake
Normal file
7
Tools/CMake/libraries/libogg.cmake
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
project(libogg)
|
||||
|
||||
addPathRec("${libDir}/libogg")
|
||||
|
||||
addStaticLib()
|
||||
|
||||
addInclude(${libDir}/libogg/include)
|
||||
Loading…
Add table
Add a link
Reference in a new issue