forked from Green-Sky/tomato
fixes for toxcore update and other stuff
This commit is contained in:
10
external/toxcore/CMakeLists.txt
vendored
10
external/toxcore/CMakeLists.txt
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user