ya.make 139 B

123456789101112131415
  1. LIBRARY()
  2. OWNER(g:util)
  3. PEERDIR(
  4. util/draft
  5. library/cpp/pop_count
  6. )
  7. SRCS(
  8. bitvector.cpp
  9. readonly_bitvector.cpp
  10. )
  11. END()