Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
86aa467bca18bdc88c8fc80f8ea4fa464d983831
/
.
/
Tests
/
ConfigSources
/
custom2.cpp.in
blob: 438c1fdf75c99d3bfa8e3f385ac1acac79722cc6 [
file
] [
log
] [
blame
]
#ifdef
CUSTOM_CFG_DEBUG
int
custom2_debug
()
{
return
0
;
}
#endif
#ifdef
CUSTOM_CFG_OTHER
int
custom2_other
()
{
return
0
;
}
#endif