ya.make 184 B

1234567891011121314151617
  1. LIBRARY()
  2. SRCS(
  3. gd_builder.cpp
  4. gd_entry.cpp
  5. )
  6. PEERDIR(
  7. library/cpp/containers/comptrie
  8. library/cpp/string_utils/relaxed_escaper
  9. )
  10. END()
  11. RECURSE_FOR_TESTS(
  12. ut
  13. )