mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
7 lines
256 B
CMake
7 lines
256 B
CMake
set(CMAKE_CXX_STANDARD 20)
|
|
idf_component_register(SRC_DIRS .
|
|
INCLUDE_DIRS .
|
|
PRIV_REQUIRES newlib console esp_common freertos
|
|
REQUIRES spiffs tools services esp_http_server
|
|
)
|
|
add_dependencies(${COMPONENT_LIB} generate_plugins_files) |