mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
11 lines
199 B
CMake
11 lines
199 B
CMake
project(libtheora)
|
|
|
|
addPathRec("${libDir}/libtheora")
|
|
|
|
addDef(TORQUE_OGGTHEORA)
|
|
addDef(TORQUE_OGGVORIBS)
|
|
addInclude(${libDir}/libogg/include)
|
|
addInclude(${libDir}/libtheora/include)
|
|
|
|
finishLibrary()
|