mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 22:00:10 -05:00
5fb1726761
Rewrite how cmPackageInfoReader parses "includes" to also support language-specific includes (i.e. map-of-string-to-list-of-string). Previously, we only supported the simpler list-of-string shorthand for "includes" that do not have any language-specific includes.
16 lines
277 B
Plaintext
16 lines
277 B
Plaintext
{
|
|
"cps_version": "0.13",
|
|
"name": "includes",
|
|
"cps_path": "@prefix@/cps",
|
|
"components": {
|
|
"default": {
|
|
"type": "interface",
|
|
"includes": {
|
|
"bogus": [],
|
|
"cxx": ["@prefix@/include/cxx"],
|
|
"*": ["@prefix@/include"]
|
|
}
|
|
}
|
|
}
|
|
}
|