mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
18 lines
297 B
Plaintext
18 lines
297 B
Plaintext
{
|
|
"cps_version": "0.13",
|
|
"name": "Foo",
|
|
"cps_path": "@prefix@/cps",
|
|
"default_configurations": ["default"],
|
|
"components": {
|
|
"PrefixTest": {
|
|
"type": "interface"
|
|
},
|
|
"Empty": {
|
|
"type": "interface"
|
|
},
|
|
"ExecutableTest": {
|
|
"type": "executable"
|
|
}
|
|
}
|
|
}
|