Skip to content

Commit

Permalink
Added the missing CoreHaptics framework for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tanis2000 committed Jul 23, 2024
1 parent 13f40bf commit 576bd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BinocleIOS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ message("iOS sysroot search result: ${SYSROOT_RESULT}")
set (CMAKE_FIND_ROOT_PATH ${IOS_SYSROOT})
set (CMAKE_OSX_SYSROOT ${IOS_SYSROOT})

set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -framework AudioToolbox -framework AVFoundation -framework CoreAudio -framework CoreBluetooth -framework CoreGraphics -framework CoreMotion -framework Foundation -framework GameController -framework Metal -framework MobileCoreServices -framework OpenGLES -framework QuartzCore -framework UIKit -framework MetalKit")
set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -framework AudioToolbox -framework AVFoundation -framework CoreAudio -framework CoreBluetooth -framework CoreGraphics -framework CoreMotion -framework Foundation -framework GameController -framework Metal -framework MobileCoreServices -framework OpenGLES -framework QuartzCore -framework UIKit -framework MetalKit -framework CoreHaptics")

# globally silence the GLES deprecation warning
add_definitions(-DGLES_SILENCE_DEPRECATION)
Expand Down

0 comments on commit 576bd55

Please sign in to comment.