DependInfo.cmake 881 B

1234567891011121314151617181920212223242526272829303132
  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_static.dir/mqttclient.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. )
  25. # Targets to which this target links.
  26. set(CMAKE_TARGET_LINKED_INFO_FILES
  27. )
  28. # Fortran module output directory.
  29. set(CMAKE_Fortran_TARGET_MODULE_DIR "")