use namespace & not fix return

This commit is contained in:
2025-10-22 22:42:30 +08:00
parent 2e5df6f1d6
commit 75caef3bd2
7 changed files with 123 additions and 138 deletions

View File

@@ -14,10 +14,10 @@ if (MSVC)
endif ()
add_library(mrubypp INTERFACE
mrubypp.h
mrubypp_converters.h
mrubypp_arena_guard.h
mrubypp_bind_class.h)
engine.h
converters.h
arena_guard.h
bind_class.h)
include_directories(${CMAKE_CURRENT_LIST_DIR})