blk_box_tc/main/drivers/CMakeLists.txt
2024-08-04 21:47:23 -05:00

9 lines
154 B
CMake

set(SOURCES
"TM1640/TM16xx.cpp"
"TM1640/TM1640.cpp"
"bottom_half.cpp"
"wires.cpp"
)
target_sources(${COMPONENT_LIB} PRIVATE ${SOURCES})