From 35e570115ffd1f0215d46fd481f22ffebbc033a0 Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Fri, 24 Jul 2020 14:48:15 +0200 Subject: [PATCH] test/pts: fix cmake compile --- test/pts/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pts/CMakeLists.txt b/test/pts/CMakeLists.txt index e0b01e189..70d3e233b 100644 --- a/test/pts/CMakeLists.txt +++ b/test/pts/CMakeLists.txt @@ -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} )