mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-31 01:20:44 +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 = '''
|
main_cmake_template = '''
|
||||||
idf_component_register(
|
idf_component_register(
|
||||||
SRCS "EXAMPLE.c"
|
SRCS "EXAMPLE.c" "main.c"
|
||||||
INCLUDE_DIRS "${CMAKE_CURRENT_BINARY_DIR}")
|
INCLUDE_DIRS "${CMAKE_CURRENT_BINARY_DIR}")
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user