mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-28 08:37:22 +00:00
esp32: add example main.c to CMakeLists.txt
This commit is contained in:
parent
c029e2d6c9
commit
4525a7feac
@ -47,7 +47,7 @@ project(EXAMPLE)
|
||||
|
||||
main_cmake_template = '''
|
||||
idf_component_register(
|
||||
SRCS "EXAMPLE.c"
|
||||
SRCS "EXAMPLE.c" "main.c"
|
||||
INCLUDE_DIRS "${CMAKE_CURRENT_BINARY_DIR}")
|
||||
'''
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user