From df759bc426353dd0cf79a3117529b9b67da79653 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sun, 11 Jan 2026 14:32:40 +0100 Subject: [PATCH] update toxcore to current master --- external/toxcore/CMakeLists.txt | 15 ++++++++++----- external/toxcore/c-toxcore | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/external/toxcore/CMakeLists.txt b/external/toxcore/CMakeLists.txt index 36c463e..7db5303 100644 --- a/external/toxcore/CMakeLists.txt +++ b/external/toxcore/CMakeLists.txt @@ -53,16 +53,21 @@ configure_file( ${CMAKE_CURRENT_BINARY_DIR}/include/tox/tox_private.h @ONLY ) +configure_file( + ./c-toxcore/toxcore/attributes.h # for tox_private.h + ${CMAKE_CURRENT_BINARY_DIR}/include/tox/attributes.h + @ONLY +) configure_file( ./c-toxcore/toxencryptsave/toxencryptsave.h ${CMAKE_CURRENT_BINARY_DIR}/include/tox/toxencryptsave.h @ONLY ) -#configure_file( -# ./c-toxcore/toxav/toxav.h -# ${CMAKE_CURRENT_BINARY_DIR}/include/tox/toxav.h -# @ONLY -#) +configure_file( + ./c-toxcore/toxav/toxav.h + ${CMAKE_CURRENT_BINARY_DIR}/include/tox/toxav.h + @ONLY +) target_include_directories(toxcore INTERFACE ${CMAKE_CURRENT_BINARY_DIR}/include/) diff --git a/external/toxcore/c-toxcore b/external/toxcore/c-toxcore index e58eb27..4f6d454 160000 --- a/external/toxcore/c-toxcore +++ b/external/toxcore/c-toxcore @@ -1 +1 @@ -Subproject commit e58eb27a84f9fa0cd996868e079f39e90a5c04b6 +Subproject commit 4f6d4546b2d91f3656781c0f5959f5de990400e5