# INCS list(APPEND incs "../sal") # SRCS list(APPEND srcs "main.c") list(APPEND srcs "ota.c") # idf_component_register idf_component_register( INCLUDE_DIRS ${incs} SRCS ${srcs} )