summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/codemodel-v2-data/projects/external.json
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-02-07 18:42:20 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2020-02-07 18:42:20 (GMT)
commit75e71263e77edd9f1c15cf4f32ca91c46e3e7a7b (patch)
tree08e3449145b83aa565a8da9c3b129a30c9f7c17c /Tests/RunCMake/FileAPI/codemodel-v2-data/projects/external.json
parenta0de350e2fcb9f0ff90c2207d0e8c097d5255ecc (diff)
downloadCMake-75e71263e77edd9f1c15cf4f32ca91c46e3e7a7b.zip
CMake-75e71263e77edd9f1c15cf4f32ca91c46e3e7a7b.tar.gz
CMake-75e71263e77edd9f1c15cf4f32ca91c46e3e7a7b.tar.bz2
FileAPI test: Break gen_check_projects() into JSON files
Diffstat (limited to 'Tests/RunCMake/FileAPI/codemodel-v2-data/projects/external.json')
-rw-r--r--Tests/RunCMake/FileAPI/codemodel-v2-data/projects/external.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/Tests/RunCMake/FileAPI/codemodel-v2-data/projects/external.json b/Tests/RunCMake/FileAPI/codemodel-v2-data/projects/external.json
new file mode 100644
index 0000000..3c9afff
--- /dev/null
+++ b/Tests/RunCMake/FileAPI/codemodel-v2-data/projects/external.json
@@ -0,0 +1,13 @@
+{
+ "name": "External",
+ "parentName": "codemodel-v2",
+ "childNames": null,
+ "directorySources": [
+ "^.*/Tests/RunCMake/FileAPIExternalSource$"
+ ],
+ "targetIds": [
+ "^ALL_BUILD::@[0-9a-f]+$",
+ "^ZERO_CHECK::@[0-9a-f]+$",
+ "^generated_exe::@[0-9a-f]+$"
+ ]
+}