CMakeLists.txt 865 B

12345678910111213141516171819202122232425
  1. # This file was gererated 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(llvm12-lib-IRReader)
  7. target_include_directories(llvm12-lib-IRReader PRIVATE
  8. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IRReader
  9. )
  10. target_link_libraries(llvm12-lib-IRReader PUBLIC
  11. contrib-libs-cxxsupp
  12. contrib-libs-llvm12
  13. libs-llvm12-include
  14. llvm12-lib-AsmParser
  15. lib-Bitcode-Reader
  16. llvm12-lib-IR
  17. llvm12-lib-Support
  18. )
  19. target_sources(llvm12-lib-IRReader PRIVATE
  20. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/IRReader/IRReader.cpp
  21. )