CMakeLists.windows-x86_64.txt 967 B

12345678910111213141516171819202122232425262728
  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-IRReader)
  7. target_compile_options(llvm14-lib-IRReader PRIVATE
  8. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  9. )
  10. target_include_directories(llvm14-lib-IRReader PRIVATE
  11. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/IRReader
  12. )
  13. target_link_libraries(llvm14-lib-IRReader PUBLIC
  14. contrib-libs-cxxsupp
  15. contrib-libs-llvm14
  16. libs-llvm14-include
  17. llvm14-lib-AsmParser
  18. lib-Bitcode-Reader
  19. llvm14-lib-IR
  20. llvm14-lib-Support
  21. )
  22. target_sources(llvm14-lib-IRReader PRIVATE
  23. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/IRReader/IRReader.cpp
  24. )