Upload the correct folders

This commit is contained in:
Jackson Coxson
2025-08-12 09:04:54 -06:00
parent 1f0b3bae00
commit 59f8058d3d
4 changed files with 79 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ project(IdeviceFFI C)
set(HEADER_FILE ${CMAKE_SOURCE_DIR}/../idevice.h)
set(STATIC_LIB ${CMAKE_SOURCE_DIR}/../../target/release/libidevice_ffi.a)
set(EXAMPLES_DIR ${CMAKE_SOURCE_DIR}/../examples)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
# Find all C example files
file(GLOB EXAMPLE_SOURCES ${EXAMPLES_DIR}/*.c)