basic main loop running

This commit is contained in:
2023-12-01 02:48:18 +01:00
parent 8405f1b23f
commit b4dbdcd5ab
8 changed files with 418 additions and 3 deletions

View File

@ -181,6 +181,7 @@ if (NOT TARGET toxcore)
)
target_include_directories(toxcore PRIVATE "${TOX_DIR}toxcore")
target_include_directories(toxcore INTERFACE "${TOX_DIR}") #toxencryptsave
target_include_directories(toxcore PUBLIC "${toxcore_BINARY_DIR}/include/")
target_compile_definitions(toxcore PUBLIC USE_IPV6=1)