Files
esp-idf/components/esp_timer/test/CMakeLists.txt
T

4 lines
153 B
CMake
Raw Normal View History

idf_component_register(SRC_DIRS "."
PRIV_INCLUDE_DIRS "../private_include"
2020-08-05 10:16:32 +08:00
PRIV_REQUIRES cmock test_utils)