BAROS32/CMakeLists.txt

11 lines
144 B
Text
Raw Normal View History

2024-11-15 18:35:05 -05:00
set(REQUIRES "")
set(SRCS "")
idf_component_register(
SRCS ${SRCS}
INCLUDE_DIRS "include"
# if platform esp...
REQUIRES ${REQUIRES}
)