You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
563B

  1. {
  2. "cmake_variants" : [
  3. {"name": "generator",
  4. "generators": [
  5. {"generator": [
  6. "Visual Studio 6",
  7. "Visual Studio 7",
  8. "Visual Studio 8 2005"
  9. ]
  10. }
  11. ]
  12. },
  13. {"name": "shared_dll",
  14. "variables": [
  15. ["BUILD_SHARED_LIBS=true"],
  16. ["BUILD_SHARED_LIBS=false"]
  17. ]
  18. },
  19. {"name": "build_type",
  20. "build_types": [
  21. "debug",
  22. "release"
  23. ]
  24. }
  25. ]
  26. }