10 lines
169 B
CMake
10 lines
169 B
CMake
set(SOURCES
|
|
"TM1640/TM16xx.cpp"
|
|
"TM1640/TM1640.cpp"
|
|
"bottom_half.cpp"
|
|
"wires.cpp"
|
|
"leds.cpp"
|
|
)
|
|
|
|
target_sources(${COMPONENT_LIB} PRIVATE ${SOURCES})
|