fix toxcore

This commit is contained in:
Green Sky
2026-01-11 14:46:54 +01:00
parent ea14a46bff
commit 545ee073c8

View File

@@ -53,6 +53,11 @@ configure_file(
${CMAKE_CURRENT_BINARY_DIR}/include/tox/tox_private.h ${CMAKE_CURRENT_BINARY_DIR}/include/tox/tox_private.h
@ONLY @ONLY
) )
configure_file(
./c-toxcore/toxcore/attributes.h
${CMAKE_CURRENT_BINARY_DIR}/include/tox/attributes.h
@ONLY
)
configure_file( configure_file(
./c-toxcore/toxencryptsave/toxencryptsave.h ./c-toxcore/toxencryptsave/toxencryptsave.h
${CMAKE_CURRENT_BINARY_DIR}/include/tox/toxencryptsave.h ${CMAKE_CURRENT_BINARY_DIR}/include/tox/toxencryptsave.h