Files
AI_Printer/components/control_plane/CMakeLists.txt

11 lines
179 B
CMake

idf_component_register(
SRCS
"src/control_plane_lifecycle.c"
INCLUDE_DIRS
"include"
PRIV_INCLUDE_DIRS
"internal"
REQUIRES
domain
)