7 lines
99 B
CMake
7 lines
99 B
CMake
set(SOURCES
|
|
"inputs.cpp"
|
|
"i2c.cpp"
|
|
)
|
|
|
|
target_sources(${COMPONENT_LIB} PRIVATE ${SOURCES})
|