| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- # 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
- "/var/www/SRT/srt2/cmake_object_lib_support.c" "/var/www/SRT/build/CMakeFiles/srt_shared.dir/cmake_object_lib_support.c.o"
- )
- set(CMAKE_C_COMPILER_ID "GNU")
- # Preprocessor definitions for this target.
- set(CMAKE_TARGET_DEFINITIONS_C
- "ENABLE_SOCK_CLOEXEC=1"
- "HAI_ENABLE_SRT=1"
- "HAI_PATCH=1"
- "HAVE_INET_PTON=1"
- "LINUX=1"
- "SRT_ENABLE_APP_READER"
- "SRT_ENABLE_BINDTODEVICE"
- "SRT_ENABLE_CLOSE_SYNCH"
- "SRT_ENABLE_ENCRYPTION"
- "SRT_VERSION=\"1.4.3\""
- "USE_OPENSSL=1"
- "_GNU_SOURCE"
- "srt_shared_EXPORTS"
- )
- # The include file search paths:
- set(CMAKE_C_TARGET_INCLUDE_PATH
- "/var/www/SRT/srt2/common"
- "/var/www/SRT/srt2/srtcore"
- "/var/www/SRT/srt2/haicrypt"
- "."
- )
- # Pairs of files generated by the same build rule.
- set(CMAKE_MULTIPLE_OUTPUT_PAIRS
- "/var/www/SRT/build/libsrt.so" "/var/www/SRT/build/libsrt.so.1.4.3"
- "/var/www/SRT/build/libsrt.so.1.4" "/var/www/SRT/build/libsrt.so.1.4.3"
- )
- # Targets to which this target links.
- set(CMAKE_TARGET_LINKED_INFO_FILES
- )
- # Fortran module output directory.
- set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|