mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-23 13:37:44 +01: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()
|