Skip to content

Commit 97376fb

Browse files
committed
refactor(scriptcompiler): integrate DataChunk library
1 parent 0424428 commit 97376fb

File tree

2 files changed

+163
-246
lines changed

2 files changed

+163
-246
lines changed

Core/Tools/ScriptCompiler/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ target_sources(core_scriptcompiler PRIVATE ${SCRIPTCOMPILER_SRC})
1111

1212
target_link_libraries(core_scriptcompiler PRIVATE
1313
nlohmann_json::nlohmann_json
14+
core_datachunk
1415
)
1516

1617
if(WIN32 OR "${CMAKE_SYSTEM}" MATCHES "Windows")

0 commit comments

Comments
 (0)