mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
10 lines
198 B
CMake
10 lines
198 B
CMake
project(libtheora)
|
|
|
|
addPathRec("${libDir}/libtheora")
|
|
|
|
addStaticLib()
|
|
|
|
addDef(TORQUE_OGGTHEORA)
|
|
addDef(TORQUE_OGGVORIBS)
|
|
addInclude(${libDir}/libogg/include)
|
|
addInclude(${libDir}/libtheora/include)
|