mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
6 lines
229 B
CMake
6 lines
229 B
CMake
file(GLOB OPCODE_SOURCES "*.cpp" "Ice/*.cpp")
|
|
|
|
add_library(opcode STATIC ${OPCODE_SOURCES})
|
|
target_compile_definitions(opcode PUBLIC ICE_NO_DLL TORQUE_OPCODE)
|
|
target_include_directories(opcode PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|