Files
esp-idf/examples/peripherals/timer_group/gptimer/main/CMakeLists.txt
T

4 lines
150 B
CMake
Raw Normal View History

2022-01-02 16:17:44 +08:00
idf_component_register(SRCS "gptimer_example_main.c"
PRIV_REQUIRES esp_driver_gptimer
INCLUDE_DIRS ".")