App service cpp example

This commit is contained in:
Jackson Coxson
2025-08-15 16:14:24 -06:00
parent 22e94e724f
commit 94a361eb4e
6 changed files with 538 additions and 5 deletions

View File

@@ -84,7 +84,6 @@ if (WIN32)
)
endif()
# Optional: position independent code if you later turn idevice_cpp into a shared lib
set_target_properties(idevice_cpp PROPERTIES POSITION_INDEPENDENT_CODE ON)
# ---- Build each example and link against idevice_cpp ------------------------