7 lines
96 B
CMake
7 lines
96 B
CMake
idf_component_register(
|
|
SRCS
|
|
"inkpot.c"
|
|
"paper.c"
|
|
"server.c"
|
|
INCLUDE_DIRS "."
|
|
)
|