blk_box_tc/main/drivers/CMakeLists.txt
2024-08-04 15:51:39 -05:00

8 lines
138 B
CMake

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