mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-22 05:34:46 +00:00
10 lines
154 B
CMake
10 lines
154 B
CMake
project(opcode)
|
|
|
|
addPath("${libDir}/${PROJECT_NAME}")
|
|
addPath("${libDir}/${PROJECT_NAME}/Ice")
|
|
|
|
addDef(TORQUE_OPCODE)
|
|
addDef(ICE_NO_DLL)
|
|
|
|
finishLibrary()
|