mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 00:24:34 +02:00
ci(clang): include all components in clang_build_test
This commit is contained in:
@@ -3,5 +3,5 @@
|
|||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
set(COMPONENTS main)
|
# Note: not setting set(COMPONENTS main) here, this app should build all the components
|
||||||
project(cpp_pthread)
|
project(clang_build_test)
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
idf_component_register(SRCS "test_main.cpp"
|
idf_component_register(SRCS "test_main.cpp"
|
||||||
INCLUDE_DIRS "."
|
INCLUDE_DIRS ".")
|
||||||
PRIV_REQUIRES pthread bt)
|
# Note: not setting PRIV_REQUIRES, this app should build all the components.
|
||||||
|
Reference in New Issue
Block a user