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