BAROS32/CMakeLists.txt
Morgan 'ARR\!' Allen 54c7a2d2d6 init
2024-11-15 15:35:05 -08:00

10 lines
144 B
CMake

set(REQUIRES "")
set(SRCS "")
idf_component_register(
SRCS ${SRCS}
INCLUDE_DIRS "include"
# if platform esp...
REQUIRES ${REQUIRES}
)