Files
squeezelite-esp32/components/platform_config/CMakeLists.txt
2021-11-13 16:43:51 -08:00

8 lines
154 B
CMake

idf_component_register( SRC_DIRS .
INCLUDE_DIRS .
PRIV_REQUIRES tools newlib console esp_common freertos
REQUIRES nvs_flash json
)