Torque3D/Tools/CMake/libtheora.cmake
2014-03-18 20:12:13 +01:00

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)