CMakeLists.txt 996 B

1234567891011121314151617181920212223
  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-Demangle)
  7. target_include_directories(llvm12-lib-Demangle PRIVATE
  8. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle
  9. )
  10. target_link_libraries(llvm12-lib-Demangle PUBLIC
  11. contrib-libs-cxxsupp
  12. contrib-libs-llvm12
  13. )
  14. target_sources(llvm12-lib-Demangle PRIVATE
  15. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/Demangle.cpp
  16. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/ItaniumDemangle.cpp
  17. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/MicrosoftDemangle.cpp
  18. ${CMAKE_SOURCE_DIR}/contrib/libs/llvm12/lib/Demangle/MicrosoftDemangleNodes.cpp
  19. )