123456789101112131415161718192021222324252627282930313233343536 |
- # The set of languages for which implicit dependencies are needed:
- set(CMAKE_DEPENDS_LANGUAGES
- "C"
- )
- # The set of files for implicit dependencies of each language:
- set(CMAKE_DEPENDS_CHECK_C
- "/home/book/hisi3518_lora/common/mqtt_list.c" "/home/book/hisi3518_lora/cmake-build-debug/common/CMakeFiles/mc-common.dir/mqtt_list.c.o"
- "/home/book/hisi3518_lora/common/random.c" "/home/book/hisi3518_lora/cmake-build-debug/common/CMakeFiles/mc-common.dir/random.c.o"
- )
- set(CMAKE_C_COMPILER_ID "GNU")
- # Preprocessor definitions for this target.
- set(CMAKE_TARGET_DEFINITIONS_C
- "mc_common_EXPORTS"
- )
- # The include file search paths:
- set(CMAKE_C_TARGET_INCLUDE_PATH
- "../config"
- "../common/log"
- "../common"
- )
- # Pairs of files generated by the same build rule.
- set(CMAKE_MULTIPLE_OUTPUT_PAIRS
- "/home/book/hisi3518_lora/build/lib/libmc-common.so" "/home/book/hisi3518_lora/build/lib/libmc-common.so.1.2.0"
- )
- # Targets to which this target links.
- set(CMAKE_TARGET_LINKED_INFO_FILES
- "/home/book/hisi3518_lora/cmake-build-debug/common/log/CMakeFiles/mc-log.dir/DependInfo.cmake"
- )
- # Fortran module output directory.
- set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|