Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
FindPackageCpsTest
/
cps
/
RequiresTest.cps
blob: 736e25c827735ef704487ac8b814f09b67e46dc1 [
file
] [
log
] [
blame
] [
edit
]
{
"cps_version"
:
"0.13"
,
"name"
:
"RequiresTest"
,
"cps_path"
:
"@prefix@/cps"
,
"components"
:
{
"Indirect"
:
{
"type"
:
"interface"
,
"requires"
:
[
":Direct"
]
},
"Direct"
:
{
"type"
:
"interface"
,
"definitions"
:
{
"*"
:
{
"ANSWER"
:
42
}
}
}
}
}