Files
CMake/Tests/FindPackageCpsTest/RootTest/RootTest.cps
Matthew Woehlke da0d2a996d CPS: Fix importing from the prefix root
Tweak resolution of CPS prefix path to support the case of the .cps file
being in the prefix root.
2025-02-20 14:49:53 -05:00

11 lines
147 B
Plaintext

{
"cps_version": "0.13",
"name": "RootTest",
"cps_path": "@prefix@",
"components": {
"Sample": {
"type": "interface"
}
}
}