Files
cmake/Tests/FindPackageCpsTest/cps/foo.cps
T
2026-07-22 10:45:59 -04:00

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"
}
}
}