mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-29 21:32:38 +00:00
libusb: CMake - use generic SDK on OS X, export compile commands
This commit is contained in:
parent
6e64e62b42
commit
742c132cdc
@ -1,6 +1,11 @@
|
||||
cmake_minimum_required (VERSION 3.5)
|
||||
|
||||
SET(CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk)
|
||||
SET(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
project(BTstack)
|
||||
|
||||
|
||||
# fink pkgconfig
|
||||
find_package(PkgConfig REQUIRED)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user