This commit is contained in:
Andre Wagner
2026-05-01 10:01:58 -05:00
parent 9abf06f1c3
commit 25c6f6e6dd
8 changed files with 119 additions and 13 deletions

View File

@@ -85,6 +85,7 @@ add_library(lib${PROJECT_NAME} SHARED
src/assembler/assembler.cc
src/assembler/assembler.hh
src/assembler/as_exceptions.hh
src/bytecode/bc_exceptions.hh
)
target_compile_options(lib${PROJECT_NAME} PRIVATE ${warnings})