mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-13 04:13:54 +00:00
test/pts: fix cmake compile
This commit is contained in:
parent
cf95ebe8f4
commit
35e570115f
@ -129,7 +129,7 @@ file(GLOB EXAMPLES_GATT "*.gatt")
|
||||
# create targets
|
||||
foreach(EXAMPLE_FILE ${EXAMPLES_C})
|
||||
get_filename_component(EXAMPLE ${EXAMPLE_FILE} NAME_WE)
|
||||
set (SOURCE_FILES ${EXAMPLE_FILE})
|
||||
set (SOURCE_FILES ${EXAMPLE_FILE} btstack_stdin_pts.c)
|
||||
|
||||
# add GATT DB creation
|
||||
if ( "${EXAMPLES_GATT}" MATCHES ${EXAMPLE} )
|
||||
|
Loading…
x
Reference in New Issue
Block a user