CMakeLists.txt 113 B

12345
  1. file(GLOB C_SOURCES "service_ota.c")
  2. add_library(fota STATIC ${C_SOURCES})
  3. target_link_libraries(fota iot_sdk)