esp-idf/examples/peripherals/dac/dac_oneshot/main/CMakeLists.txt

4 lines
152 B
CMake
Raw Normal View History

2022-10-10 07:17:22 -04:00
idf_component_register(SRCS "dac_oneshot_example_main.c"
INCLUDE_DIRS "."
PRIV_REQUIRES esp_driver_dac esp_adc)