fixes for toxcore update and other stuff

This commit is contained in:
Green Sky
2025-03-12 22:22:20 +01:00
parent a677637be6
commit a34165d2c2
5 changed files with 14 additions and 4 deletions

View File

@ -28,6 +28,16 @@ else()
endif()
# HACK: "install" api headers into binary dir
configure_file(
./c-toxcore/toxcore/tox_log_level.h
${CMAKE_CURRENT_BINARY_DIR}/include/tox/tox_log_level.h
@ONLY
)
configure_file(
./c-toxcore/toxcore/tox_options.h
${CMAKE_CURRENT_BINARY_DIR}/include/tox/tox_options.h
@ONLY
)
configure_file(
./c-toxcore/toxcore/tox.h
${CMAKE_CURRENT_BINARY_DIR}/include/tox/tox.h