You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
948 B
CMake
30 lines
948 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
|
|
"/home2/tcs/librab/build/tests/test_status_enum.c" "/home2/tcs/librab/build/tests/CMakeFiles/test_status_enum.dir/test_status_enum.c.o"
|
|
)
|
|
SET(CMAKE_C_COMPILER_ID "GNU")
|
|
|
|
# Preprocessor definitions for this target.
|
|
SET(CMAKE_TARGET_DEFINITIONS
|
|
"AMQP_STATIC"
|
|
"HAVE_CONFIG_H"
|
|
)
|
|
|
|
# Targets to which this target links.
|
|
SET(CMAKE_TARGET_LINKED_INFO_FILES
|
|
"/home2/tcs/librab/build/librabbitmq/CMakeFiles/rabbitmq-static.dir/DependInfo.cmake"
|
|
)
|
|
|
|
# The include file search paths:
|
|
SET(CMAKE_C_TARGET_INCLUDE_PATH
|
|
"librabbitmq"
|
|
"tests/unix"
|
|
)
|
|
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})
|