Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ff2e7ceb663f9817f2cd6e596bb64d3057fdf6b3
/
.
/
Tests
/
ConfigSources
/
custom1.cpp.in
blob: e5f21c783c2f639af777ba7d7ffc53e804eb8ef6 [
file
] [
log
] [
blame
]
#ifdef
CUSTOM_CFG_DEBUG
int
custom1_debug
()
{
return
0
;
}
#endif
#ifdef
CUSTOM_CFG_OTHER
int
custom1_other
()
{
return
0
;
}
#endif