aboutsummaryrefslogtreecommitdiff
path: root/test cases/cmake/2 advanced/test.json
blob: e12f530b88daa1d7c3ca4e13bd85a8d90d92184a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "installed": [
    {"type": "expr", "file": "usr/?lib/libcm_cmModLib?so"},
    {"type": "implib", "platform": "cygwin", "file": "usr/lib/libcm_cmModLib"},
    {"type": "implib", "platform": "!cygwin", "file": "usr/bin/libcm_cmModLib"},
    {"type": "exe", "file": "usr/bin/cm_testEXE"}
  ],
  "tools": {
    "cmake": ">=3.11"
  }
}