initial setup

This commit is contained in:
2023-01-13 19:40:23 +01:00
commit 04310100b5
14 changed files with 618 additions and 0 deletions

6
external/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
add_subdirectory(./toxcore)
add_subdirectory(./tox_ngc_ext)
add_subdirectory(./tox_ngc_ft1)