DependInfo.cmake 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  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/common/mqtt_list.c" "/home/book/hisi3518_lora/cmake-build-debug/common/CMakeFiles/mc-common.dir/mqtt_list.c.o"
  8. "/home/book/hisi3518_lora/common/random.c" "/home/book/hisi3518_lora/cmake-build-debug/common/CMakeFiles/mc-common.dir/random.c.o"
  9. )
  10. set(CMAKE_C_COMPILER_ID "GNU")
  11. # Preprocessor definitions for this target.
  12. set(CMAKE_TARGET_DEFINITIONS_C
  13. "mc_common_EXPORTS"
  14. )
  15. # The include file search paths:
  16. set(CMAKE_C_TARGET_INCLUDE_PATH
  17. "../config"
  18. "../common/log"
  19. "../common"
  20. )
  21. # Pairs of files generated by the same build rule.
  22. set(CMAKE_MULTIPLE_OUTPUT_PAIRS
  23. "/home/book/hisi3518_lora/build/lib/libmc-common.so" "/home/book/hisi3518_lora/build/lib/libmc-common.so.1.2.0"
  24. )
  25. # Targets to which this target links.
  26. set(CMAKE_TARGET_LINKED_INFO_FILES
  27. "/home/book/hisi3518_lora/cmake-build-debug/common/log/CMakeFiles/mc-log.dir/DependInfo.cmake"
  28. )
  29. # Fortran module output directory.
  30. set(CMAKE_Fortran_TARGET_MODULE_DIR "")