DependInfo.cmake 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # The set of languages for which implicit dependencies are needed:
  2. set(CMAKE_DEPENDS_LANGUAGES
  3. "CXX"
  4. )
  5. # The set of files for implicit dependencies of each language:
  6. set(CMAKE_DEPENDS_CHECK_CXX
  7. "/var/www/SRT/srt2/apps/srt-tunnel.cpp" "/var/www/SRT/build/CMakeFiles/srt-tunnel.dir/apps/srt-tunnel.cpp.o"
  8. )
  9. set(CMAKE_CXX_COMPILER_ID "GNU")
  10. # Preprocessor definitions for this target.
  11. set(CMAKE_TARGET_DEFINITIONS_CXX
  12. "ENABLE_SOCK_CLOEXEC=1"
  13. "HAI_ENABLE_SRT=1"
  14. "HAI_PATCH=1"
  15. "HAVE_INET_PTON=1"
  16. "LINUX=1"
  17. "SRT_ENABLE_APP_READER"
  18. "SRT_ENABLE_BINDTODEVICE"
  19. "SRT_ENABLE_CLOSE_SYNCH"
  20. "SRT_ENABLE_ENCRYPTION"
  21. "SRT_ENABLE_VERBOSE_LOCK"
  22. "SRT_VERSION=\"1.4.3\""
  23. "USE_OPENSSL=1"
  24. "_GNU_SOURCE"
  25. )
  26. # The include file search paths:
  27. set(CMAKE_CXX_TARGET_INCLUDE_PATH
  28. "/var/www/SRT/srt2/common"
  29. "/var/www/SRT/srt2/srtcore"
  30. "/var/www/SRT/srt2/haicrypt"
  31. "."
  32. "/var/www/SRT/srt2/apps"
  33. )
  34. # Targets to which this target links.
  35. set(CMAKE_TARGET_LINKED_INFO_FILES
  36. "/var/www/SRT/build/CMakeFiles/srt_static.dir/DependInfo.cmake"
  37. )
  38. # Fortran module output directory.
  39. set(CMAKE_Fortran_TARGET_MODULE_DIR "")