8 lines
138 B
CMake
8 lines
138 B
CMake
set(SOURCES
|
|
"TM1640/TM16xx.cpp"
|
|
"TM1640/TM1640.cpp"
|
|
"bottom_half.cpp"
|
|
)
|
|
|
|
target_sources(${COMPONENT_LIB} PRIVATE ${SOURCES})
|