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