Jenkins integration - Migrate to CMake

This commit is contained in:
Sebastien
2019-09-02 17:09:38 -04:00
parent 4e8abb2954
commit 07873a7710
10 changed files with 69 additions and 88 deletions

View File

@@ -1,7 +1,6 @@
set(COMPONENT_ADD_INCLUDEDIRS . )
idf_component_register(SRCS "bt_app_core.c" "bt_app_sink.c" "bt_app_source.c"
INCLUDE_DIRS . ../tools/
REQUIRES esp_common
PRIV_REQUIRES freertos bt io nvs_flash esp32 spi_flash newlib log console pthread
)
set(COMPONENT_SRCS "bt_app_core.c" "bt_app_sink.c" "bt_app_source.c")
set(REQUIRES esp_common)
set(REQUIRES_COMPONENTS freertos nvs_flash esp32 spi_flash newlib log console )
register_component()