This commit is contained in:
2026-04-27 10:23:43 -05:00
parent 3f097b0ba8
commit 7bcf3b181b
4 changed files with 62 additions and 4 deletions

View File

@@ -59,8 +59,10 @@ 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
)
target_compile_options(lib${PROJECT_NAME} PRIVATE ${warnings})