mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 17:36:21 +00:00
47 lines
2.7 KiB
CMake
47 lines
2.7 KiB
CMake
# 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
|
|
"/root/05_day/check-0.10.0/tests/check_check_exit.c" "/root/05_day/check-0.10.0/tests/CMakeFiles/check_check.dir/check_check_exit.c.o"
|
|
"/root/05_day/check-0.10.0/tests/check_check_fixture.c" "/root/05_day/check-0.10.0/tests/CMakeFiles/check_check.dir/check_check_fixture.c.o"
|
|
"/root/05_day/check-0.10.0/tests/check_check_fork.c" "/root/05_day/check-0.10.0/tests/CMakeFiles/check_check.dir/check_check_fork.c.o"
|
|
"/root/05_day/check-0.10.0/tests/check_check_limit.c" "/root/05_day/check-0.10.0/tests/CMakeFiles/check_check.dir/check_check_limit.c.o"
|
|
"/root/05_day/check-0.10.0/tests/check_check_log.c" "/root/05_day/check-0.10.0/tests/CMakeFiles/check_check.dir/check_check_log.c.o"
|
|
"/root/05_day/check-0.10.0/tests/check_check_log_internal.c" "/root/05_day/check-0.10.0/tests/CMakeFiles/check_check.dir/check_check_log_internal.c.o"
|
|
"/root/05_day/check-0.10.0/tests/check_check_main.c" "/root/05_day/check-0.10.0/tests/CMakeFiles/check_check.dir/check_check_main.c.o"
|
|
"/root/05_day/check-0.10.0/tests/check_check_master.c" "/root/05_day/check-0.10.0/tests/CMakeFiles/check_check.dir/check_check_master.c.o"
|
|
"/root/05_day/check-0.10.0/tests/check_check_msg.c" "/root/05_day/check-0.10.0/tests/CMakeFiles/check_check.dir/check_check_msg.c.o"
|
|
"/root/05_day/check-0.10.0/tests/check_check_pack.c" "/root/05_day/check-0.10.0/tests/CMakeFiles/check_check.dir/check_check_pack.c.o"
|
|
"/root/05_day/check-0.10.0/tests/check_check_selective.c" "/root/05_day/check-0.10.0/tests/CMakeFiles/check_check.dir/check_check_selective.c.o"
|
|
"/root/05_day/check-0.10.0/tests/check_check_sub.c" "/root/05_day/check-0.10.0/tests/CMakeFiles/check_check.dir/check_check_sub.c.o"
|
|
"/root/05_day/check-0.10.0/tests/check_list.c" "/root/05_day/check-0.10.0/tests/CMakeFiles/check_check.dir/check_list.c.o"
|
|
)
|
|
set(CMAKE_C_COMPILER_ID "GNU")
|
|
|
|
# Preprocessor definitions for this target.
|
|
set(CMAKE_TARGET_DEFINITIONS
|
|
"ENABLE_SUBUNIT=0"
|
|
"HAVE_CONFIG_H"
|
|
"HAVE_FORK=1"
|
|
"HAVE_LIBRT=1"
|
|
"HAVE_SNPRINTF=1"
|
|
"HAVE_VSNPRINTF=1"
|
|
)
|
|
|
|
# Targets to which this target links.
|
|
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
"/root/05_day/check-0.10.0/src/CMakeFiles/check.dir/DependInfo.cmake"
|
|
"/root/05_day/check-0.10.0/lib/CMakeFiles/compat.dir/DependInfo.cmake"
|
|
)
|
|
|
|
# The include file search paths:
|
|
set(CMAKE_C_TARGET_INCLUDE_PATH
|
|
"."
|
|
"tests/../src"
|
|
)
|
|
set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
|
set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
|
set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|