81 lines
2.6 KiB
JSON
Raw Normal View History

2020-08-30 11:54:41 +02:00
{
"source": "^.*/Tests/RunCMake/FileAPIExternalSource$",
"build": "^.*/Tests/RunCMake/FileAPI/FileAPIExternalBuild$",
"parentSource": "^\\.$",
"childSources": null,
"targetIds": [
"^ALL_BUILD::@[0-9a-f]+$",
"^ZERO_CHECK::@[0-9a-f]+$",
"^generated_exe::@[0-9a-f]+$"
],
"projectName": "External",
2022-11-16 20:14:03 +01:00
"minimumCMakeVersion": "3.13",
2021-09-14 00:13:48 +02:00
"hasInstallRule": true,
"installers": [
{
"component": "Unspecified",
"type": "directory",
"destination": "dir3",
"paths": [
"^.*/Tests/RunCMake/FileAPIExternalSource/\\.$"
],
"isExcludeFromAll": null,
"isForAllComponents": null,
"isOptional": null,
"targetId": null,
"targetIndex": null,
"targetIsImportLibrary": null,
"targetInstallNamelink": null,
"exportName": null,
"exportTargets": null,
"scriptFile": null,
"backtrace": [
{
"file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
"line": 15,
"command": "install",
"hasParent": true
},
{
"file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
"line": null,
"command": null,
"hasParent": false
}
]
},
{
"component": "Unspecified",
"type": "directory",
"destination": "dir4",
"paths": [
"^.*/Tests/RunCMake/FileAPIExternalSource$"
],
"isExcludeFromAll": true,
"isForAllComponents": null,
"isOptional": null,
"targetId": null,
"targetIndex": null,
"targetIsImportLibrary": null,
"targetInstallNamelink": null,
"exportName": null,
"exportTargets": null,
"scriptFile": null,
"backtrace": [
{
"file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
"line": 16,
"command": "install",
"hasParent": true
},
{
"file": "^.*/Tests/RunCMake/FileAPIExternalSource/CMakeLists\\.txt$",
"line": null,
"command": null,
"hasParent": false
}
]
}
]
2020-08-30 11:54:41 +02:00
}