barback32/main/CMakeLists.txt
morgan 880437392f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
go away
2026-08-03 14:40:40 -07:00

9 lines
165 B
CMake

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