ya.make 158 B

12345678910111213141516171819
  1. LIBRARY()
  2. NO_UTIL()
  3. ALLOCATOR_IMPL()
  4. PEERDIR(
  5. library/cpp/malloc/api
  6. contrib/libs/mimalloc
  7. )
  8. SRCS(
  9. info.cpp
  10. )
  11. END()
  12. RECURSE(
  13. link_test
  14. )