forked from gronod/squeezelite-esp32
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()
|