mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 03:45:26 +00:00
cmake, better isolated :)
This commit is contained in:
parent
29d7fe310d
commit
444b12a670
21 changed files with 957 additions and 0 deletions
5
Tools/CMake/opcode.cmake
Normal file
5
Tools/CMake/opcode.cmake
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
project(opcode)
|
||||
|
||||
addLibrary("${libDir}/opcode;${libDir}/opcode/Ice" opcode GLOB)
|
||||
|
||||
set_property(TARGET opcode PROPERTY COMPILE_DEFINITIONS TORQUE_OPCODE ICE_NO_DLL)
|
||||
Loading…
Add table
Add a link
Reference in a new issue