mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-26 16:39:44 -06:00
Add several tests for the new CPS support in find_package. While not exhaustive, there is some coverage for both search and import functions.
15 lines
239 B
Plaintext
15 lines
239 B
Plaintext
{
|
|
"cps_version": "0.13",
|
|
"name": "Foo",
|
|
"cps_path": "@prefix@/cps",
|
|
"default_configurations": ["default"],
|
|
"components": {
|
|
"PrefixTest": {
|
|
"type": "interface"
|
|
},
|
|
"Empty": {
|
|
"type": "interface"
|
|
}
|
|
}
|
|
}
|