esp-idf/components/esp_event/test/CMakeLists.txt
Angus Gratton 7fe8720c9d Revert "esp_event test: Disable linker relaxations in this component, to temporarily workaround a linker bug"
This reverts commit 4eb9cc68a6136b84cac4fe68a5aadfcb936bcae8.

Alternative fix to be applied in next commit.
2021-04-08 13:33:28 +10:00

4 lines
170 B
CMake

idf_component_register(SRC_DIRS "."
PRIV_INCLUDE_DIRS . ../private_include
PRIV_REQUIRES cmock test_utils esp_event driver)