mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
14 lines
227 B
Plaintext
14 lines
227 B
Plaintext
{
|
|
"cps_version": "0.13",
|
|
"name": "Foo",
|
|
"configuration": "default",
|
|
"components": {
|
|
"PrefixTest": {
|
|
"includes": ["@prefix@/include"]
|
|
},
|
|
"ExecutableTest": {
|
|
"location": "@prefix@/foo"
|
|
}
|
|
}
|
|
}
|