12 lines
196 B
CMake
12 lines
196 B
CMake
set(SOURCES
|
|
"char_lcd_headers.cpp"
|
|
"char_lcd.cpp"
|
|
"helpers.cpp"
|
|
"inputs.cpp"
|
|
"i2c.cpp"
|
|
"lcd2004.cpp"
|
|
"leds.cpp"
|
|
)
|
|
|
|
target_sources(${COMPONENT_LIB} PRIVATE ${SOURCES})
|