mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 20:05:33 +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,5 +1,9 @@
|
|||
project(opcode)
|
||||
|
||||
addLibrary("${libDir}/opcode;${libDir}/opcode/Ice" opcode GLOB)
|
||||
addPath("${libDir}/${PROJECT_NAME}")
|
||||
addPath("${libDir}/${PROJECT_NAME}/Ice")
|
||||
|
||||
set_property(TARGET opcode PROPERTY COMPILE_DEFINITIONS TORQUE_OPCODE ICE_NO_DLL)
|
||||
addStaticLib()
|
||||
|
||||
addDef(TORQUE_OPCODE)
|
||||
addDef(ICE_NO_DLL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue