external.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. "projectName": "External",
  12. "minimumCMakeVersion": "3.13",
  13. "hasInstallRule": true,
  14. "installers": [
  15. {
  16. "component": "Unspecified",
  17. "type": "directory",
  18. "destination": "dir3",
  19. "paths": [
  20. "^.*/Tests/RunCMake/FileAPIExternalSource/\\.$"
  21. ],
  22. "isExcludeFromAll": null,
  23. "isForAllComponents": null,
  24. "isOptional": null,
  25. "targetId": null,
  26. "targetIndex": null,
  27. "targetIsImportLibrary": null,
  28. "targetInstallNamelink": null,
  29. "exportName": null,
  30. "exportTargets": null,
  31. "scriptFile": null,
  32. "backtrace": [
  33. {
  34. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  35. "line": 15,
  36. "command": "install",
  37. "hasParent": true
  38. },
  39. {
  40. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  41. "line": null,
  42. "command": null,
  43. "hasParent": false
  44. }
  45. ]
  46. },
  47. {
  48. "component": "Unspecified",
  49. "type": "directory",
  50. "destination": "dir4",
  51. "paths": [
  52. "^.*/Tests/RunCMake/FileAPIExternalSource$"
  53. ],
  54. "isExcludeFromAll": true,
  55. "isForAllComponents": null,
  56. "isOptional": null,
  57. "targetId": null,
  58. "targetIndex": null,
  59. "targetIsImportLibrary": null,
  60. "targetInstallNamelink": null,
  61. "exportName": null,
  62. "exportTargets": null,
  63. "scriptFile": null,
  64. "backtrace": [
  65. {
  66. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  67. "line": 16,
  68. "command": "install",
  69. "hasParent": true
  70. },
  71. {
  72. "file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
  73. "line": null,
  74. "command": null,
  75. "hasParent": false
  76. }
  77. ]
  78. }
  79. ]
  80. }