Skip to content

Commit

Permalink
Change iOS lib/include/package resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Aug 7, 2024
1 parent d8b12ed commit 45ac07b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions native~/extern/ios-toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
set(CMAKE_SYSTEM_NAME iOS)
set(CMAKE_OSX_ARCHITECTURES arm64)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH)
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH)
SET(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE BOTH)

0 comments on commit 45ac07b

Please sign in to comment.