external.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "source": "^.*/Tests/RunCMake/FileAPIExternalSource$",
  3. "build": "^.*/Tests/RunCMake/FileAPI/FileAPIExternalBuild$",
  4. "parentSource": "^\\.$",
  5. "childSources": null,
  6. "targetIds": [
  7. "^ALL_BUILD::@[0-9a-f]+$",
  8. "^ZERO_CHECK::@[0-9a-f]+$",
  9. "^generated_exe::@[0-9a-f]+$"
  10. ],
  11. "abstractTargetIds": null,
  12. "projectName": "External",
  13. "minimumCMakeVersion": "3.13",
  14. "hasInstallRule": true,
  15. "installers": [
  16. {
  17. "component": "Unspecified",
  18. "type": "directory",
  19. "destination": "dir3",
  20. "paths": [
  21. "^.*/Tests/RunCMake/FileAPIExternalSource/\\.$"
  22. ],
  23. "isExcludeFromAll": null,
  24. "isForAllComponents": null,
  25. "isOptional": null,
  26. "targetId": null,
  27. "targetIndex": null,
  28. "targetIsImportLibrary": null,
  29. "targetInstallNamelink": null,
  30. "exportName": null,
  31. "exportTargets": null,
  32. "scriptFile": null,
  33. "backtrace": [
  34. {
  35. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  36. "line": 15,
  37. "command": "install",
  38. "hasParent": true
  39. },
  40. {
  41. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  42. "line": null,
  43. "command": null,
  44. "hasParent": false
  45. }
  46. ]
  47. },
  48. {
  49. "component": "Unspecified",
  50. "type": "directory",
  51. "destination": "dir4",
  52. "paths": [
  53. "^.*/Tests/RunCMake/FileAPIExternalSource$"
  54. ],
  55. "isExcludeFromAll": true,
  56. "isForAllComponents": null,
  57. "isOptional": null,
  58. "targetId": null,
  59. "targetIndex": null,
  60. "targetIsImportLibrary": null,
  61. "targetInstallNamelink": null,
  62. "exportName": null,
  63. "exportTargets": null,
  64. "scriptFile": null,
  65. "backtrace": [
  66. {
  67. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  68. "line": 16,
  69. "command": "install",
  70. "hasParent": true
  71. },
  72. {
  73. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  74. "line": null,
  75. "command": null,
  76. "hasParent": false
  77. }
  78. ]
  79. }
  80. ]
  81. }