import_framework.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "import_framework",
  3. "id": "^import_framework::@217a96c3a62328a73ef4$",
  4. "directorySource": "^framework$",
  5. "projectName": "Framework",
  6. "type": "SHARED_LIBRARY",
  7. "imported": true,
  8. "local": true,
  9. "abstract": true,
  10. "symbolic": null,
  11. "isGeneratorProvided": null,
  12. "fileSets": null,
  13. "sources": [],
  14. "interfaceSources": null,
  15. "sourceGroups": null,
  16. "compileGroups": null,
  17. "backtrace": [
  18. {
  19. "file": "^framework/CMakeLists\\.txt$",
  20. "line": 11,
  21. "command": "add_library",
  22. "hasParent": true
  23. },
  24. {
  25. "file": "^framework/CMakeLists\\.txt$",
  26. "line": null,
  27. "command": null,
  28. "hasParent": false
  29. }
  30. ],
  31. "folder": null,
  32. "nameOnDisk": "^(lib|cyg|msys-)?Foo(\\.(so|dll))?$",
  33. "artifacts": [
  34. {
  35. "path": "^/usr/Frameworks/Foo.framework/Foo(\\.(so|dll))?$",
  36. "_dllExtra": false
  37. },
  38. {
  39. "path": "^/usr/Frameworks/Foo.framework/(lib)?Foo\\.(dll\\.a|lib|l)$",
  40. "_dllExtra": true
  41. }
  42. ],
  43. "build": "^framework$",
  44. "source": "^framework$",
  45. "install": null,
  46. "link": null,
  47. "archive": null,
  48. "dependencies": null,
  49. "linkLibraries": null,
  50. "interfaceLinkLibraries": null,
  51. "compileDependencies": null,
  52. "interfaceCompileDependencies": null,
  53. "objectDependencies": null,
  54. "orderDependencies": null
  55. }