Files
squeezelite-esp32/components/platform_config/CMakeLists.txt
2023-12-04 23:25:57 -05:00

6 lines
159 B
CMake

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