barback32/main/CMakeLists.txt
Morgan 'ARR\!' Allen 1e8e545713
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Merge branch 'development' of git.oit.cloud:Barback/barback32 into development
2024-12-05 19:54:18 -08:00

11 lines
187 B
CMake

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