Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
931dd7d3a55fb43614e9cc349358b7c8b2f077cf
/
.
/
Tests
/
ConfigSources
/
custom3.cpp.in
blob: 4545b6950e103dcf8ea107aabe9b28ba6ea7758e [
file
] [
log
] [
blame
]
#ifdef
CUSTOM_CFG_DEBUG
int
custom3_debug
()
{
return
0
;
}
#endif
#ifdef
CUSTOM_CFG_OTHER
int
custom3_other
()
{
return
0
;
}
#endif