CMakeLists.txt 113 B

123
  1. file(GLOB C_SOURCES "*.c")
  2. add_executable(http-example ${C_SOURCES})
  3. target_link_libraries(http-example iot_sdk)