mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-26 11:37:10 +00:00
cmake: set project name for test/pts and port/libusb
This commit is contained in:
parent
cebb917d08
commit
0689ede586
@ -3,7 +3,7 @@ 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)
|
||||
project(BTstack-libusb)
|
||||
|
||||
|
||||
# pkgconfig
|
||||
|
@ -1,5 +1,5 @@
|
||||
cmake_minimum_required (VERSION 3.12)
|
||||
project(PTS)
|
||||
project(BTstack-PTS)
|
||||
|
||||
# fink pkgconfig
|
||||
find_package(PkgConfig REQUIRED)
|
||||
|
Loading…
x
Reference in New Issue
Block a user