install_assimp_windows.json 379 B

123456789101112131415
  1. {
  2. "Source_Subfolder": "src",
  3. "Install_Paths": [
  4. "include/",
  5. "lib/Debug/assimp-vc143-mtd.lib",
  6. "lib/Debug/assimp-vc143-mtd.pdb",
  7. "lib/Release/assimp-vc143-mt.lib",
  8. "bin/Release/assimp-vc143-mt.dll",
  9. "bin/Release/unit.exe",
  10. "bin/Debug/assimp-vc143-mtd.dll",
  11. "bin/Debug/assimp-vc143-mtd.pdb",
  12. "bin/Debug/unit.exe",
  13. "port/PyAssimp/"
  14. ]
  15. }