CMakeLists.txt 703 B

12345678910111213141516171819
  1. # This file was generated by the build system used internally in the Yandex monorepo.
  2. # Only simple modifications are allowed (adding source-files to targets, adding simple properties
  3. # like target_include_directories). These modifications will be ported to original
  4. # ya.make files by maintainers. Any complex modifications which can't be ported back to the
  5. # original buildsystem will not be accepted.
  6. add_subdirectory(base32)
  7. add_subdirectory(base64)
  8. add_subdirectory(csv)
  9. add_subdirectory(indent_text)
  10. add_subdirectory(levenshtein_diff)
  11. add_subdirectory(parse_size)
  12. add_subdirectory(quote)
  13. add_subdirectory(relaxed_escaper)
  14. add_subdirectory(scan)
  15. add_subdirectory(url)
  16. add_subdirectory(ztstrbuf)