update toxcore
Some checks failed
ContinuousDelivery / linux-ubuntu (push) Has been cancelled
ContinuousDelivery / windows (windows-2022, ) (push) Has been cancelled
ContinuousDelivery / windows (windows-2022, asan) (push) Has been cancelled
ContinuousIntegration / linux (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 / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android-23]) (push) Has been cancelled
ContinuousIntegration / macos (push) Has been cancelled
ContinuousIntegration / windows (push) Has been cancelled
ContinuousDelivery / release (push) Has been cancelled
Some checks failed
ContinuousDelivery / linux-ubuntu (push) Has been cancelled
ContinuousDelivery / windows (windows-2022, ) (push) Has been cancelled
ContinuousDelivery / windows (windows-2022, asan) (push) Has been cancelled
ContinuousIntegration / linux (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 / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android-23]) (push) Has been cancelled
ContinuousIntegration / macos (push) Has been cancelled
ContinuousIntegration / windows (push) Has been cancelled
ContinuousDelivery / release (push) Has been cancelled
This commit is contained in:
1
.gitmodules
vendored
1
.gitmodules
vendored
@@ -16,7 +16,6 @@
|
|||||||
[submodule "external/toxcore/c-toxcore"]
|
[submodule "external/toxcore/c-toxcore"]
|
||||||
path = external/toxcore/c-toxcore
|
path = external/toxcore/c-toxcore
|
||||||
url = https://github.com/Green-Sky/c-toxcore.git
|
url = https://github.com/Green-Sky/c-toxcore.git
|
||||||
branch = ngc_events
|
|
||||||
[submodule "external/solanaceae_toxcore"]
|
[submodule "external/solanaceae_toxcore"]
|
||||||
path = external/solanaceae_toxcore
|
path = external/solanaceae_toxcore
|
||||||
url = https://github.com/Green-Sky/solanaceae_toxcore.git
|
url = https://github.com/Green-Sky/solanaceae_toxcore.git
|
||||||
|
|||||||
2
external/solanaceae_toxcore
vendored
2
external/solanaceae_toxcore
vendored
Submodule external/solanaceae_toxcore updated: ebd6bcc483...e0b2d03d1a
10
external/toxcore/CMakeLists.txt
vendored
10
external/toxcore/CMakeLists.txt
vendored
@@ -38,6 +38,16 @@ configure_file(
|
|||||||
${CMAKE_CURRENT_BINARY_DIR}/include/tox/tox_events.h
|
${CMAKE_CURRENT_BINARY_DIR}/include/tox/tox_events.h
|
||||||
@ONLY
|
@ONLY
|
||||||
)
|
)
|
||||||
|
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(
|
configure_file(
|
||||||
./c-toxcore/toxcore/tox_private.h
|
./c-toxcore/toxcore/tox_private.h
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/include/tox/tox_private.h
|
${CMAKE_CURRENT_BINARY_DIR}/include/tox/tox_private.h
|
||||||
|
|||||||
2
external/toxcore/c-toxcore
vendored
2
external/toxcore/c-toxcore
vendored
Submodule external/toxcore/c-toxcore updated: d9b8fa6098...e58eb27a84
Reference in New Issue
Block a user