ya.make 475 B

12345678910111213141516171819202122232425262728293031323334
  1. LIBRARY()
  2. INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)
  3. SRCS(
  4. enum.cpp
  5. guid.cpp
  6. string.cpp
  7. format.cpp
  8. )
  9. PEERDIR(
  10. library/cpp/yt/assert
  11. library/cpp/yt/exception
  12. library/cpp/yt/misc
  13. library/cpp/yt/small_containers
  14. )
  15. CHECK_DEPENDENT_DIRS(
  16. ALLOW_ONLY ALL
  17. build
  18. contrib
  19. library
  20. util
  21. library/cpp/yt/assert
  22. library/cpp/yt/misc
  23. library/cpp/yt/small_containers
  24. )
  25. END()
  26. RECURSE_FOR_TESTS(
  27. unittests
  28. )