Files
CMake/Tests/FindPackageCpsTest/cps/foo-relative@default.cps
Matthew Woehlke d00201afd6 Tests: Add tests for CPS find_package
Add several tests for the new CPS support in find_package. While not
exhaustive, there is some coverage for both search and import functions.
2024-12-13 08:58:25 -05:00

11 lines
159 B
Plaintext

{
"cps_version": "0.13",
"name": "Foo",
"configuration": "default",
"components": {
"RelativeTest": {
"includes": ["../include"]
}
}
}