conanfile.txt 367 B

123456789101112131415161718192021222324252627282930
  1. [requires]
  2. openssl/1.1.1s
  3. boost/1.84.0
  4. lz4/1.9.4
  5. nlohmann_json/3.11.2
  6. protobuf/3.21.9
  7. pugixml/1.13
  8. rotor/0.29
  9. spdlog/1.13.0
  10. tomlplusplus/3.3.0
  11. uriparser/0.9.7
  12. zlib/1.2.13
  13. [test_requires]
  14. catch2/3.3.1
  15. [tool_requires]
  16. protobuf/3.21.9
  17. [options]
  18. pugixml/*:no_exceptions=True
  19. rotor/*:enable_asio=True
  20. rotor/*:enable_thread=True
  21. [generators]
  22. CMakeDeps
  23. CMakeToolchain