mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 23:54:33 +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)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
set(COMPONENTS main)
|
||||
project(cpp_pthread)
|
||||
# Note: not setting set(COMPONENTS main) here, this app should build all the components
|
||||
project(clang_build_test)
|
||||
|
@@ -1,3 +1,3 @@
|
||||
idf_component_register(SRCS "test_main.cpp"
|
||||
INCLUDE_DIRS "."
|
||||
PRIV_REQUIRES pthread bt)
|
||||
INCLUDE_DIRS ".")
|
||||
# Note: not setting PRIV_REQUIRES, this app should build all the components.
|
||||
|
Reference in New Issue
Block a user