CMakeLists.linux-aarch64.txt 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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-boost-program_options)
  7. target_compile_options(restricted-boost-program_options PRIVATE
  8. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  9. )
  10. target_include_directories(restricted-boost-program_options PUBLIC
  11. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/include
  12. )
  13. target_link_libraries(restricted-boost-program_options PUBLIC
  14. contrib-libs-linux-headers
  15. contrib-libs-cxxsupp
  16. restricted-boost-any
  17. restricted-boost-bind
  18. restricted-boost-config
  19. restricted-boost-core
  20. restricted-boost-detail
  21. restricted-boost-function
  22. restricted-boost-iterator
  23. restricted-boost-lexical_cast
  24. restricted-boost-smart_ptr
  25. restricted-boost-static_assert
  26. restricted-boost-throw_exception
  27. restricted-boost-tokenizer
  28. restricted-boost-type_traits
  29. )
  30. target_sources(restricted-boost-program_options PRIVATE
  31. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/cmdline.cpp
  32. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/config_file.cpp
  33. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/convert.cpp
  34. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/options_description.cpp
  35. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/parsers.cpp
  36. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/positional_options.cpp
  37. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/split.cpp
  38. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/utf8_codecvt_facet.cpp
  39. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/value_semantic.cpp
  40. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/variables_map.cpp
  41. ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/program_options/src/winmain.cpp
  42. )