add toxcore and start on vim test2

This commit is contained in:
2022-12-17 19:57:10 +01:00
parent a3d9211e5e
commit 2165ab2070
8 changed files with 1036 additions and 0 deletions

View File

@@ -14,3 +14,16 @@ target_link_libraries(vim_research_test1 PUBLIC
nlohmann_json::nlohmann_json
)
########################################
add_executable(vim_research_test2
./test2.cpp
)
target_link_libraries(vim_research_test2 PUBLIC
crdt_version0
zed_net
nlohmann_json::nlohmann_json
toxcore
)