summaryrefslogtreecommitdiffstats
path: root/test cases/rewrite/2 subdirs/addTgt.json
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/rewrite/2 subdirs/addTgt.json')
-rw-r--r--test cases/rewrite/2 subdirs/addTgt.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/test cases/rewrite/2 subdirs/addTgt.json b/test cases/rewrite/2 subdirs/addTgt.json
new file mode 100644
index 0000000..2e1e8bc
--- /dev/null
+++ b/test cases/rewrite/2 subdirs/addTgt.json
@@ -0,0 +1,10 @@
+[
+ {
+ "type": "target",
+ "target": "newLib",
+ "operation": "target_add",
+ "sources": ["new1.cpp", "new2.cpp"],
+ "target_type": "shared_library",
+ "subdir": "sub2"
+ }
+]