* Feature: Initial testing with module (file) searches.

This commit is contained in:
Robert MacGregor 2022-05-17 18:04:19 -04:00
parent c3540acf94
commit 9901fa76b4
21 changed files with 142 additions and 1215 deletions

View file

@ -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})