mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-17 01:21:04 +00:00
test/le_audio: move btstack_config into subfolder
This commit is contained in:
parent
111967cb0d
commit
9162c232a8
test/le_audio
@ -72,7 +72,7 @@ add_compile_definitions(ENABLE_TESTING_SUPPORT)
|
|||||||
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
||||||
|
|
||||||
# local dir for btstack_config.h after build dir to avoid using .h from Makefile
|
# local dir for btstack_config.h after build dir to avoid using .h from Makefile
|
||||||
include_directories(.)
|
include_directories(include)
|
||||||
|
|
||||||
include_directories(../../3rd-party/micro-ecc)
|
include_directories(../../3rd-party/micro-ecc)
|
||||||
include_directories(../../3rd-party/bluedroid/decoder/include)
|
include_directories(../../3rd-party/bluedroid/decoder/include)
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
// btstack_config.h for libusb port
|
// btstack_config.h for libusb port
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#error
|
||||||
|
|
||||||
#ifndef BTSTACK_CONFIG_H
|
#ifndef BTSTACK_CONFIG_H
|
||||||
#define BTSTACK_CONFIG_H
|
#define BTSTACK_CONFIG_H
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user