This commit is contained in:
Isuru Samarathunga
2025-10-05 16:17:27 +05:30
parent f8b41a0d61
commit 71c7499226
10 changed files with 31 additions and 17 deletions

View File

@ -0,0 +1,7 @@
set(SRC_FILES
"Src/Imp/CPP/Main.cpp"
)
add_library(IAERuntime SHARED ${SRC_FILES})
target_link_libraries(IAERuntime PRIVATE IAEngine nlohmann_json SDL3::SDL3)