Files
squeezelite-esp32/components/driver_bt/CMakeLists.txt
2023-05-17 23:55:28 +02:00

9 lines
218 B
CMake

if(IDF_TARGET STREQUAL "esp32")
idf_component_register( SRC_DIRS .
INCLUDE_DIRS .
PRIV_REQUIRES services bt display console tools platform_config
)
endif()