CMakeLists.linux-x86_64.txt 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # This file was generated by the build system used internally in the Yandex monorepo.
  2. # Only simple modifications are allowed (adding source-files to targets, adding simple properties
  3. # like target_include_directories). These modifications will be ported to original
  4. # ya.make files by maintainers. Any complex modifications which can't be ported back to the
  5. # original buildsystem will not be accepted.
  6. add_library(llvm14-lib-BinaryFormat)
  7. target_compile_options(llvm14-lib-BinaryFormat PRIVATE
  8. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  9. )
  10. target_include_directories(llvm14-lib-BinaryFormat PRIVATE
  11. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/BinaryFormat
  12. )
  13. target_link_libraries(llvm14-lib-BinaryFormat PUBLIC
  14. contrib-libs-linux-headers
  15. contrib-libs-cxxsupp
  16. contrib-libs-llvm14
  17. llvm14-lib-Support
  18. )
  19. target_sources(llvm14-lib-BinaryFormat PRIVATE
  20. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp
  21. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/BinaryFormat/COFF.cpp
  22. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/BinaryFormat/Dwarf.cpp
  23. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/BinaryFormat/ELF.cpp
  24. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/BinaryFormat/MachO.cpp
  25. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/BinaryFormat/Magic.cpp
  26. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/BinaryFormat/Minidump.cpp
  27. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/BinaryFormat/MsgPackDocument.cpp
  28. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/BinaryFormat/MsgPackDocumentYAML.cpp
  29. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/BinaryFormat/MsgPackReader.cpp
  30. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/BinaryFormat/MsgPackWriter.cpp
  31. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/BinaryFormat/Wasm.cpp
  32. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/BinaryFormat/XCOFF.cpp
  33. )