mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Include cstring for Linux cpp build
This commit is contained in:
@@ -50,6 +50,8 @@ set_target_properties(idevice_ffi PROPERTIES
|
||||
IMPORTED_LOCATION "${IDEVICE_FFI_PATH}"
|
||||
)
|
||||
|
||||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/../ffi/idevice.h" "${CMAKE_CURRENT_SOURCE_DIR}/include" COPYONLY)
|
||||
|
||||
# ---- Our C++ library -------------------------------------------------------
|
||||
|
||||
# Collect sources (convenience: tracks new files when you re-run CMake)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// Jackson Coxson
|
||||
|
||||
#include <idevice++/diagnosticsservice.hpp>
|
||||
#include <cstring>
|
||||
|
||||
namespace IdeviceFFI {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user