This commit is contained in:
2026-04-27 13:28:03 -05:00
parent 7bcf3b181b
commit 84fca2a615
5 changed files with 39 additions and 17 deletions

View File

@@ -63,6 +63,7 @@ add_library(lib${PROJECT_NAME} STATIC
src/bytecode/bytearray.cc
src/bytecode/bytecode.cc
src/bytecode/bytecode.hh
src/bytecode/bytecodeprototype.hh
)
target_compile_options(lib${PROJECT_NAME} PRIVATE ${warnings})