DependInfo.cmake 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # The set of languages for which implicit dependencies are needed:
  2. set(CMAKE_DEPENDS_LANGUAGES
  3. "C"
  4. )
  5. # The set of files for implicit dependencies of each language:
  6. set(CMAKE_DEPENDS_CHECK_C
  7. "/home/book/hisi3518_lora/mqttclient/mqttclient.c" "/home/book/hisi3518_lora/cmake-build-debug/mqttclient/CMakeFiles/mc-mqttclient.dir/mqttclient.c.o"
  8. )
  9. set(CMAKE_C_COMPILER_ID "GNU")
  10. # Preprocessor definitions for this target.
  11. set(CMAKE_TARGET_DEFINITIONS_C
  12. "mc_mqttclient_EXPORTS"
  13. )
  14. # The include file search paths:
  15. set(CMAKE_C_TARGET_INCLUDE_PATH
  16. "../config"
  17. "../common/log"
  18. "../common"
  19. "../mqtt"
  20. "../platform/linux"
  21. "../network/mbedtls"
  22. "../network/mbedtls/wrapper"
  23. "../network/mbedtls/configs"
  24. "../network/mbedtls/include"
  25. "../network/mbedtls/include/mbedtls"
  26. "../network"
  27. "../mqttclient"
  28. )
  29. # Pairs of files generated by the same build rule.
  30. set(CMAKE_MULTIPLE_OUTPUT_PAIRS
  31. "/home/book/hisi3518_lora/build/lib/libmc-mqttclient.so" "/home/book/hisi3518_lora/build/lib/libmc-mqttclient.so.1.2.0"
  32. )
  33. # Targets to which this target links.
  34. set(CMAKE_TARGET_LINKED_INFO_FILES
  35. "/home/book/hisi3518_lora/cmake-build-debug/mqtt/CMakeFiles/mc-mqtt.dir/DependInfo.cmake"
  36. "/home/book/hisi3518_lora/cmake-build-debug/network/CMakeFiles/mc-network.dir/DependInfo.cmake"
  37. "/home/book/hisi3518_lora/cmake-build-debug/network/mbedtls/CMakeFiles/mc-mbedtls.dir/DependInfo.cmake"
  38. "/home/book/hisi3518_lora/cmake-build-debug/platform/CMakeFiles/mc-platform.dir/DependInfo.cmake"
  39. "/home/book/hisi3518_lora/cmake-build-debug/common/CMakeFiles/mc-common.dir/DependInfo.cmake"
  40. "/home/book/hisi3518_lora/cmake-build-debug/common/log/CMakeFiles/mc-log.dir/DependInfo.cmake"
  41. )
  42. # Fortran module output directory.
  43. set(CMAKE_Fortran_TARGET_MODULE_DIR "")