blk_box_lib/drivers/CMakeLists.txt
2026-04-01 16:32:02 -05:00

7 lines
99 B
CMake

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