90-websocketpp.json 470 B

12345678910111213141516171819
  1. {
  2. "name": "websocketpp",
  3. "buildsystem": "cmake-ninja",
  4. "builddir": true,
  5. "config-opts": [
  6. "-DCMAKE_BUILD_TYPE=Release",
  7. "-DENABLE_CPP11=ON",
  8. "-DBUILD_EXAMPLES=OFF",
  9. "-DBUILD_TESTS=OFF"
  10. ],
  11. "sources": [
  12. {
  13. "type": "git",
  14. "url": "https://github.com/zaphoyd/websocketpp.git",
  15. "tag": "0.8.2",
  16. "commit": "56123c87598f8b1dd471be83ca841ceae07f95ba"
  17. }
  18. ]
  19. }