bytecode2 (#2)

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-04-28 19:50:48 -05:00
parent 3f097b0ba8
commit d8130272a0
11 changed files with 529 additions and 68 deletions

View File

@@ -59,8 +59,12 @@ FetchContent_MakeAvailable(googletest)
#
add_library(lib${PROJECT_NAME} STATIC
src/bytecode/bytearray.hh
src/bytecode/bytearray.cc
src/bytecode/bytearray.hh
src/bytecode/bytearray.cc
src/bytecode/bytecode.cc
src/bytecode/bytecode.hh
src/bytecode/bytecodeprototype.hh
src/common/overloaded.hh
)
target_compile_options(lib${PROJECT_NAME} PRIVATE ${warnings})