2014-03-18 13:27:25 +01:00
|
|
|
project(libvorbis)
|
|
|
|
|
|
2014-03-18 20:12:13 +01:00
|
|
|
addPathRec("${libDir}/libvorbis")
|
2014-03-18 13:27:25 +01:00
|
|
|
|
2014-03-18 20:12:13 +01:00
|
|
|
addStaticLib()
|
|
|
|
|
|
|
|
|
|
addDef(TORQUE_OGGVORBIS)
|
|
|
|
|
addInclude(${libDir}/libvorbis/include)
|
|
|
|
|
addInclude(${libDir}/libogg/include)
|