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

@@ -20,6 +20,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
add_subdirectory(./external/json)
add_subdirectory(./external/zed_net)
add_subdirectory(./external/toxcore)
# Bump up warning levels appropriately for clang, gcc & msvc
if (${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU" OR ${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang")