ya.make 365 B

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