BAROS32/CMakeLists.txt

11 lines
157 B
Text
Raw Normal View History

2024-12-02 01:58:29 -05:00
set(REQUIRES bt)
set(SRCS src/baros_ble.c)
2024-11-15 18:35:05 -05:00
idf_component_register(
SRCS ${SRCS}
INCLUDE_DIRS "include"
# if platform esp...
REQUIRES ${REQUIRES}
)