esp-idf/examples/peripherals/dac/dac_oneshot/main/CMakeLists.txt
2023-11-23 12:04:06 +08:00

4 lines
152 B
CMake

idf_component_register(SRCS "dac_oneshot_example_main.c"
INCLUDE_DIRS "."
PRIV_REQUIRES esp_driver_dac esp_adc)