[ox] Overhaul serialization/model system and add ModelValue/ModelObject/ModelUnion variant system

(synced from ca64f95be3)
This commit is contained in:
2022-06-21 21:43:49 -05:00
parent e7a45191ea
commit 074a7887d1
47 changed files with 2696 additions and 973 deletions
+4
View File
@@ -191,6 +191,10 @@ if(JSONCPP_WITH_TESTS)
include(CTest)
endif()
# DrinkingTea - begin
set(CMAKE_CXX_FLAGS "-Wno-everything")
# DrinkingTea - end
# Build the different applications
add_subdirectory(src)