40-plog.json 424 B

12345678910111213141516171819
  1. {
  2. "name": "plog",
  3. "buildsystem": "cmake-ninja",
  4. "config-opts": [
  5. "-DCMAKE_BUILD_TYPE=Release",
  6. "-DPLOG_BUILD_SAMPLES=OFF"
  7. ],
  8. "cleanup": [
  9. "*"
  10. ],
  11. "sources": [
  12. {
  13. "type": "git",
  14. "url": "https://github.com/SergiusTheBest/plog.git",
  15. "tag": "1.1.10",
  16. "commit": "e21baecd4753f14da64ede979c5a19302618b752"
  17. }
  18. ]
  19. }