sub update and minor cmake stuff
This commit is contained in:
2
external/solanaceae_object_store
vendored
2
external/solanaceae_object_store
vendored
Submodule external/solanaceae_object_store updated: 889761f538...76be873fb8
20
external/toxcore/CMakeLists.txt
vendored
20
external/toxcore/CMakeLists.txt
vendored
@@ -28,16 +28,6 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# HACK: "install" api headers into binary dir
|
# 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(
|
configure_file(
|
||||||
./c-toxcore/toxcore/tox.h
|
./c-toxcore/toxcore/tox.h
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/include/tox/tox.h
|
${CMAKE_CURRENT_BINARY_DIR}/include/tox/tox.h
|
||||||
@@ -48,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
|
||||||
|
|||||||
Reference in New Issue
Block a user