| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- # 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_static.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"
- )
- # 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"
- "."
- )
- # Targets to which this target links.
- set(CMAKE_TARGET_LINKED_INFO_FILES
- )
- # Fortran module output directory.
- set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|