update for toxcore changes

This commit is contained in:
2023-11-13 13:24:48 +01:00
parent 0c7fff3029
commit 780a67a40d
3 changed files with 8 additions and 1 deletions

View File

@ -155,6 +155,11 @@ configure_file(
${TOX_DIR}tox/tox_events.h
@ONLY
)
configure_file(
${TOX_DIR}toxcore/tox_private.h
${TOX_DIR}tox/tox_private.h
@ONLY
)
target_include_directories(toxcore PRIVATE "${TOX_DIR}toxcore")
target_include_directories(toxcore PUBLIC "${TOX_DIR}")