Files
squeezelite-esp32/components/platform_config/CMakeLists.txt
2021-12-10 13:07:27 -05:00

8 lines
166 B
CMake

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