summaryrefslogtreecommitdiffstats
path: root/test cases/rewrite/2 subdirs/addTgt.json
blob: 2e1e8bc3073f561657766f4fedb04d06b0f98eb9 (plain)
1
2
3
4
5
6
7
8
9
10
[
  {
    "type": "target",
    "target": "newLib",
    "operation": "target_add",
    "sources": ["new1.cpp", "new2.cpp"],
    "target_type": "shared_library",
    "subdir": "sub2"
  }
]