CMakeLists.darwin-x86_64.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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(restricted-patched-replxx)
  7. target_compile_options(restricted-patched-replxx PUBLIC
  8. -DREPLXX_STATIC
  9. )
  10. target_compile_options(restricted-patched-replxx PRIVATE
  11. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  12. )
  13. target_include_directories(restricted-patched-replxx PUBLIC
  14. ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/include
  15. )
  16. target_include_directories(restricted-patched-replxx PRIVATE
  17. ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src
  18. )
  19. target_link_libraries(restricted-patched-replxx PUBLIC
  20. contrib-libs-cxxsupp
  21. )
  22. target_sources(restricted-patched-replxx PRIVATE
  23. ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/ConvertUTF.cpp
  24. ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/conversion.cxx
  25. ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/escape.cxx
  26. ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/history.cxx
  27. ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/prompt.cxx
  28. ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/replxx.cxx
  29. ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/replxx_impl.cxx
  30. ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/terminal.cxx
  31. ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/util.cxx
  32. ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/wcwidth.cpp
  33. ${CMAKE_SOURCE_DIR}/contrib/restricted/patched/replxx/src/windows.cxx
  34. )