mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-09 08:56:15 +00:00
32 lines
890 B
CMake
32 lines
890 B
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/lib/libcompat.c" "/root/05_day/check-0.10.0/lib/CMakeFiles/compat.dir/libcompat.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
|
|
)
|
|
|
|
# The include file search paths:
|
|
set(CMAKE_C_TARGET_INCLUDE_PATH
|
|
"."
|
|
)
|
|
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})
|