external.json 2.5 KB

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