CMakeLists.darwin-x86_64.txt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435
  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(lib-ExecutionEngine-RuntimeDyld)
  7. target_compile_options(lib-ExecutionEngine-RuntimeDyld PRIVATE
  8. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  9. )
  10. target_include_directories(lib-ExecutionEngine-RuntimeDyld PRIVATE
  11. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/ExecutionEngine/RuntimeDyld
  12. )
  13. target_link_libraries(lib-ExecutionEngine-RuntimeDyld PUBLIC
  14. contrib-libs-cxxsupp
  15. contrib-libs-llvm14
  16. libs-llvm14-include
  17. llvm14-lib-IR
  18. llvm14-lib-MC
  19. llvm14-lib-Object
  20. llvm14-lib-Support
  21. )
  22. target_sources(lib-ExecutionEngine-RuntimeDyld PRIVATE
  23. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp
  24. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
  25. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  26. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
  27. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
  28. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  29. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  30. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm14/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
  31. )