ya.make 544 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. LIBRARY()
  2. LICENSE(
  3. BSD-3-Clause AND
  4. BSL-1.0 AND
  5. MIT AND
  6. Mit-Old-Style AND
  7. NCSA AND
  8. Public-Domain AND
  9. Zlib
  10. )
  11. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  12. VERSION(1.67)
  13. OWNER(
  14. antoshkka
  15. g:cpp-committee
  16. g:cpp-contrib
  17. )
  18. NO_UTIL()
  19. # This is the header-only version of boost
  20. # To use a boost library with separate compilation units,
  21. # one should use `contrib/restricted/boost/libs/$lib`
  22. ADDINCL(
  23. GLOBAL contrib/restricted/boost
  24. )
  25. END()
  26. RECURSE(
  27. libs
  28. )
  29. RECURSE_FOR_TESTS(
  30. arcadia_test
  31. )