CMakeLists.txt 170 B

12345
  1. include_directories(${PROJECT_SOURCE_DIR}/src/sdk-impl)
  2. file(GLOB C_SOURCES "*.c")
  3. add_executable(coap-example ${C_SOURCES})
  4. target_link_libraries(coap-example iot_sdk)