conanfile.txt 440 B

12345678910111213141516171819202122232425262728293031323334
  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.30
  9. spdlog/1.13.0
  10. tomlplusplus/3.3.0
  11. zlib/1.2.13
  12. fltk/1.3.9
  13. libqrencode/4.1.1
  14. c-ares/1.28.1
  15. [test_requires]
  16. catch2/3.3.1
  17. [tool_requires]
  18. protobuf/3.21.9
  19. [options]
  20. pugixml/*:no_exceptions=True
  21. rotor/*:enable_asio=True
  22. rotor/*:enable_thread=True
  23. rotor/*:enable_fltk=True
  24. fltk/*:with_xft=True
  25. [generators]
  26. CMakeDeps
  27. CMakeToolchain