mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 03:52:01 +02:00
Merge branch 'feature/cmake-unit-test' into 'master'
cmake: add unit tests build support See merge request idf/esp-idf!3003
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
set(COMPONENT_SRCDIRS ".")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
set(COMPONENT_REQUIRES unity pthread)
|
||||
|
||||
register_component()
|
||||
Reference in New Issue
Block a user