mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +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()
|