ya.make 235 B

12345678910111213141516171819
  1. LIBRARY()
  2. SRCS(
  3. array.cpp
  4. date.cpp
  5. enum.cpp
  6. factory.cpp
  7. nullable.cpp
  8. numeric.cpp
  9. string.cpp
  10. tuple.cpp
  11. )
  12. PEERDIR(
  13. library/cpp/clickhouse/client/base
  14. library/cpp/clickhouse/client/types
  15. )
  16. END()