mirror of
https://github.com/Green-Sky/crdt_tests.git
synced 2025-12-06 15:46:35 +01:00
add toxcore and start on vim test2
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user