ya.make 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(BSL-1.0)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(1.84.0)
  6. ORIGINAL_SOURCE(https://github.com/boostorg/program_options/archive/boost-1.84.0.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/boost/any
  9. contrib/restricted/boost/bind
  10. contrib/restricted/boost/config
  11. contrib/restricted/boost/core
  12. contrib/restricted/boost/detail
  13. contrib/restricted/boost/function
  14. contrib/restricted/boost/iterator
  15. contrib/restricted/boost/lexical_cast
  16. contrib/restricted/boost/smart_ptr
  17. contrib/restricted/boost/static_assert
  18. contrib/restricted/boost/throw_exception
  19. contrib/restricted/boost/tokenizer
  20. contrib/restricted/boost/type_traits
  21. )
  22. ADDINCL(
  23. GLOBAL contrib/restricted/boost/program_options/include
  24. )
  25. NO_COMPILER_WARNINGS()
  26. NO_UTIL()
  27. IF (DYNAMIC_BOOST)
  28. CFLAGS(
  29. GLOBAL -DBOOST_PROGRAM_OPTIONS_DYN_LINK
  30. )
  31. ENDIF()
  32. SRCS(
  33. src/cmdline.cpp
  34. src/config_file.cpp
  35. src/convert.cpp
  36. src/options_description.cpp
  37. src/parsers.cpp
  38. src/positional_options.cpp
  39. src/split.cpp
  40. src/utf8_codecvt_facet.cpp
  41. src/value_semantic.cpp
  42. src/variables_map.cpp
  43. src/winmain.cpp
  44. )
  45. END()