mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
improved config format, eaiser to be used now
This commit is contained in:
parent
444b12a670
commit
0dc0e70114
17 changed files with 462 additions and 460 deletions
|
|
@ -1,6 +1,10 @@
|
|||
project(libtheora)
|
||||
|
||||
addLibrary("${libDir}/libtheora" libtheora GLOB_RECURSE)
|
||||
addPathRec("${libDir}/libtheora")
|
||||
|
||||
set_property(TARGET libtheora PROPERTY COMPILE_DEFINITIONS TORQUE_OGGTHEORA TORQUE_OGGVORIBS)
|
||||
set_property(TARGET libtheora PROPERTY INCLUDE_DIRECTORIES ${libDir}/libtheora/include ${libDir}/libogg/include)
|
||||
addStaticLib()
|
||||
|
||||
addDef(TORQUE_OGGTHEORA)
|
||||
addDef(TORQUE_OGGVORIBS)
|
||||
addInclude(${libDir}/libogg/include)
|
||||
addInclude(${libDir}/libtheora/include)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue