blk_box_lib/drivers/CMakeLists.txt
2026-04-01 22:11:48 -05:00

8 lines
114 B
CMake

set(SOURCES
"inputs.cpp"
"i2c.cpp"
"leds.cpp"
)
target_sources(${COMPONENT_LIB} PRIVATE ${SOURCES})