DependInfo.cmake 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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/example/ali/ali.c" "/home/book/hisi3518_lora/cmake-build-debug/example/ali/CMakeFiles/ali_example.dir/ali.c.o"
  8. )
  9. set(CMAKE_C_COMPILER_ID "GNU")
  10. # The include file search paths:
  11. set(CMAKE_C_TARGET_INCLUDE_PATH
  12. "../config"
  13. "../common/log"
  14. "../common"
  15. "../mqtt"
  16. "../platform/linux"
  17. "../network/mbedtls"
  18. "../network/mbedtls/wrapper"
  19. "../network/mbedtls/configs"
  20. "../network/mbedtls/include"
  21. "../network/mbedtls/include/mbedtls"
  22. "../network"
  23. "../mqttclient"
  24. "../example/ali"
  25. )
  26. # Targets to which this target links.
  27. set(CMAKE_TARGET_LINKED_INFO_FILES
  28. "/home/book/hisi3518_lora/cmake-build-debug/mqttclient/CMakeFiles/mc-mqttclient.dir/DependInfo.cmake"
  29. "/home/book/hisi3518_lora/cmake-build-debug/mqtt/CMakeFiles/mc-mqtt.dir/DependInfo.cmake"
  30. "/home/book/hisi3518_lora/cmake-build-debug/network/CMakeFiles/mc-network.dir/DependInfo.cmake"
  31. "/home/book/hisi3518_lora/cmake-build-debug/network/mbedtls/CMakeFiles/mc-mbedtls.dir/DependInfo.cmake"
  32. "/home/book/hisi3518_lora/cmake-build-debug/platform/CMakeFiles/mc-platform.dir/DependInfo.cmake"
  33. "/home/book/hisi3518_lora/cmake-build-debug/common/CMakeFiles/mc-common.dir/DependInfo.cmake"
  34. "/home/book/hisi3518_lora/cmake-build-debug/common/log/CMakeFiles/mc-log.dir/DependInfo.cmake"
  35. )
  36. # Fortran module output directory.
  37. set(CMAKE_Fortran_TARGET_MODULE_DIR "")