6 lines
81 B
CMake
6 lines
81 B
CMake
idf_component_register(
|
|
SRCS
|
|
"inkpot.c"
|
|
"paper.c"
|
|
INCLUDE_DIRS "."
|
|
)
|