update toxcore to current master
Some checks failed
ContinuousDelivery / linux-ubuntu (push) Has been cancelled
ContinuousDelivery / linux-debian12 (push) Has been cancelled
ContinuousDelivery / windows (windows-2022, ) (push) Has been cancelled
ContinuousDelivery / windows (windows-2022, asan) (push) Has been cancelled
ContinuousIntegration / linux-ubuntu-latest (push) Has been cancelled
ContinuousIntegration / linux-debian12 (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android-23]) (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:armeabi-v7a vcpkg_toolkit:arm-neon-android-23]) (push) Has been cancelled
ContinuousIntegration / macos-latest (push) Has been cancelled
ContinuousIntegration / windows-latest (push) Has been cancelled
ContinuousDelivery / release (push) Has been cancelled
Some checks failed
ContinuousDelivery / linux-ubuntu (push) Has been cancelled
ContinuousDelivery / linux-debian12 (push) Has been cancelled
ContinuousDelivery / windows (windows-2022, ) (push) Has been cancelled
ContinuousDelivery / windows (windows-2022, asan) (push) Has been cancelled
ContinuousIntegration / linux-ubuntu-latest (push) Has been cancelled
ContinuousIntegration / linux-debian12 (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android-23]) (push) Has been cancelled
ContinuousIntegration / android (map[ndk_abi:armeabi-v7a vcpkg_toolkit:arm-neon-android-23]) (push) Has been cancelled
ContinuousIntegration / macos-latest (push) Has been cancelled
ContinuousIntegration / windows-latest (push) Has been cancelled
ContinuousDelivery / release (push) Has been cancelled
This commit is contained in:
15
external/toxcore/CMakeLists.txt
vendored
15
external/toxcore/CMakeLists.txt
vendored
@@ -53,16 +53,21 @@ 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 # for tox_private.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
|
||||||
@ONLY
|
@ONLY
|
||||||
)
|
)
|
||||||
#configure_file(
|
configure_file(
|
||||||
# ./c-toxcore/toxav/toxav.h
|
./c-toxcore/toxav/toxav.h
|
||||||
# ${CMAKE_CURRENT_BINARY_DIR}/include/tox/toxav.h
|
${CMAKE_CURRENT_BINARY_DIR}/include/tox/toxav.h
|
||||||
# @ONLY
|
@ONLY
|
||||||
#)
|
)
|
||||||
|
|
||||||
target_include_directories(toxcore INTERFACE ${CMAKE_CURRENT_BINARY_DIR}/include/)
|
target_include_directories(toxcore INTERFACE ${CMAKE_CURRENT_BINARY_DIR}/include/)
|
||||||
|
|
||||||
|
|||||||
2
external/toxcore/c-toxcore
vendored
2
external/toxcore/c-toxcore
vendored
Submodule external/toxcore/c-toxcore updated: e58eb27a84...4f6d4546b2
Reference in New Issue
Block a user