barback32/main/CMakeLists.txt
Morgan 'ARR\!' Allen 30ae25fa04
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
migrating to BAROS32 based BLE definitions
2024-11-15 15:39:49 -08:00

11 lines
175 B
CMake

set(COMPONENT_SRCS "\
main.c\
ble.c\
console.c\
pumps.c\
user_button.c\
")
set(COMPONENT_ADD_INCLUDEDIRS ". ../include")
set(REQUIRES BAROS32)
register_component()