mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Move CMake library's files to libraries dir.
This commit is contained in:
parent
bea23eb814
commit
492f217330
15 changed files with 15 additions and 15 deletions
9
Tools/CMake/libraries/opcode.cmake
Normal file
9
Tools/CMake/libraries/opcode.cmake
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
project(opcode)
|
||||
|
||||
addPath("${libDir}/${PROJECT_NAME}")
|
||||
addPath("${libDir}/${PROJECT_NAME}/Ice")
|
||||
|
||||
addStaticLib()
|
||||
|
||||
addDef(TORQUE_OPCODE)
|
||||
addDef(ICE_NO_DLL)
|
||||
Loading…
Add table
Add a link
Reference in a new issue