[ox] Add StringView, Writer system, Preloader system

This commit is contained in:
2022-11-30 01:45:11 -06:00
parent 98f35140fe
commit cbb496c59f
64 changed files with 2343 additions and 417 deletions

View File

@@ -2,6 +2,7 @@ add_library(
OxModel
desctypes.cpp
descwrite.cpp
modelvalue.cpp
)
target_link_libraries(
@@ -42,3 +43,7 @@ install(TARGETS OxModel
LIBRARY DESTINATION lib/ox
ARCHIVE DESTINATION lib/ox
)
if(OX_RUN_TESTS)
add_subdirectory(test)
endif()