From 545ee073c84711b841836d02c63b769d3a352466 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sun, 11 Jan 2026 14:46:54 +0100 Subject: [PATCH] fix toxcore --- external/toxcore/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/external/toxcore/CMakeLists.txt b/external/toxcore/CMakeLists.txt index d831f22..0e65c85 100644 --- a/external/toxcore/CMakeLists.txt +++ b/external/toxcore/CMakeLists.txt @@ -53,6 +53,11 @@ configure_file( ${CMAKE_CURRENT_BINARY_DIR}/include/tox/tox_private.h @ONLY ) +configure_file( + ./c-toxcore/toxcore/attributes.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