start on test2, YjsMod style list

This commit is contained in:
2022-12-12 15:49:49 +01:00
parent 1e3b42bb44
commit a05e301e9b
2 changed files with 385 additions and 0 deletions

View File

@@ -45,3 +45,15 @@ target_link_libraries(test1 PUBLIC
nlohmann_json::nlohmann_json
)
########################################
add_executable(test2
./test2.cpp
)
target_compile_features(test2 PUBLIC cxx_std_17)
target_link_libraries(test2 PUBLIC
nlohmann_json::nlohmann_json
)