mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
* Feature: Initial testing with module (file) searches.
This commit is contained in:
parent
c3540acf94
commit
9901fa76b4
21 changed files with 142 additions and 1215 deletions
|
|
@ -1,5 +1,5 @@
|
|||
file(GLOB OPCODE_SOURCES "*.cpp" "Ice/*.cpp")
|
||||
|
||||
add_library(opcode ${OPCODE_SOURCES})
|
||||
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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue