build_config.json 919 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "git_url": "https://github.com/GameTechDev/ISPCTextureCompressor.git",
  3. "git_tag": "master",
  4. "git_commit": "36b80aac50ea401a9adde44d86712c2241b2acfd",
  5. "package_name": "ISPCTexComp",
  6. "package_version": "36b80aa-rev2",
  7. "package_url": "https://github.com/GameTechDev/ISPCTextureCompressor",
  8. "package_license": "MIT",
  9. "package_license_file": "license.txt",
  10. "cmake_find_source": "FindISPCTexComp.cmake",
  11. "cmake_find_target": "FindISPCTexComp.cmake",
  12. "patch_file": "ISPCTexComp_36b80aa.patch",
  13. "Platforms": {
  14. "Windows": {
  15. },
  16. "Darwin": {
  17. },
  18. "Linux": {
  19. "Linux": {
  20. "custom_build_cmd": [
  21. "./build_linux.sh"
  22. ],
  23. "custom_install_cmd": [
  24. "./install_linux.sh"
  25. ]
  26. },
  27. "Linux-aarch64": "@Linux"
  28. }
  29. }
  30. }