conanfile.txt 796 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. [requires]
  2. libxcrypt/4.4.28
  3. libcurl/7.85.0
  4. openssl/1.1.1q
  5. boost/1.80.0
  6. cpp-httplib/0.11.2
  7. cpr/1.9.0
  8. nlohmann_json/3.11.2
  9. inja/3.3.0
  10. tomlplusplus/3.2.0
  11. yaml-cpp/0.7.0
  12. cppcodec/0.2
  13. libpq/14.2
  14. libpqxx/7.7.4
  15. # libmysqlclient/8.0.17
  16. mariadb-connector-c/3.1.12
  17. sqlite3/3.39.3
  18. sqlitecpp/3.2.0
  19. soci/4.0.3
  20. mongo-cxx-driver/3.6.7
  21. redis-plus-plus/1.3.3
  22. rabbitmq-c/0.11.0
  23. amqp-cpp/4.3.16
  24. zmqpp/4.2.0
  25. paho-mqtt-cpp/1.2.0
  26. libgit2/1.5.0
  27. libssh2/1.10.0
  28. # libpng/1.6.37
  29. serial/1.2.1
  30. # net-snmp/5.9.1
  31. # imgui/1.88
  32. flatbuffers/2.0.6
  33. protobuf/3.21.4
  34. grpc/1.48.0
  35. [options]
  36. zeromq:encryption=None
  37. sqlite3:build_executable=False
  38. soci:with_sqlite3=True
  39. # soci:with_mysql=True
  40. soci:with_postgresql=True
  41. soci:with_boost=True
  42. boost:without_stacktrace=True
  43. boost:without_python=True
  44. [generators]
  45. cmake
  46. cmake_find_package