mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 03:27:01 +03:00
6 lines
122 B
CMake
6 lines
122 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
set(COMPONENT_SRCS "scan.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
register_component()
|