[ox] Add StringView, Writer system, Preloader system
This commit is contained in:
5
deps/ox/src/ox/model/CMakeLists.txt
vendored
5
deps/ox/src/ox/model/CMakeLists.txt
vendored
@@ -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()
|
||||
Reference in New Issue
Block a user