This commit is contained in:
Andre Wagner
2026-04-29 15:36:22 -05:00
parent 30bfb38e9a
commit 03b61f4339
5 changed files with 110 additions and 0 deletions

View File

@@ -72,6 +72,9 @@ add_library(lib${PROJECT_NAME} SHARED
src/vm/instruction.cc
src/vm/value.cc
src/vm/value.hh
src/vm/stack.cc
src/vm/stack.hh
src/vm/vm_exceptions.hh
)
target_compile_options(lib${PROJECT_NAME} PRIVATE ${warnings})