ya.make 576 B

12345678910111213141516171819202122232425262728293031
  1. LIBRARY(dragonbox)
  2. # git repository: https://github.com/ClickHouse-Extras/dragonbox.git
  3. # fork of: https://github.com/jk-jeon/dragonbox.git
  4. # revision: b2751c65c0592c0239aec3becd53d0ea2fde9329
  5. VERSION(2020-12-14-b2751c65c0592c0239aec3becd53d0ea2fde9329)
  6. LICENSE(
  7. "(BSL-1.0 OR Apache-2.0)" AND
  8. Apache-2.0 AND
  9. Apache-2.0 WITH LLVM-exception AND
  10. BSL-1.0 AND
  11. MIT
  12. )
  13. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  14. NO_UTIL()
  15. NO_COMPILER_WARNINGS()
  16. ADDINCL(
  17. GLOBAL contrib/restricted/dragonbox/include
  18. )
  19. SRCS(
  20. source/dragonbox_to_chars.cpp
  21. )
  22. END()