Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0dc1e0a20c157c1b5df7ab3973fc4dba90cf6531
/
.
/
Tests
/
ConfigSources
/
custom5.cpp.in
blob: 51f40aebb671cf9bf9d3c9f2cdb64ab33e0c28c5 [
file
] [
log
] [
blame
]
#ifdef
CUSTOM_CFG_DEBUG
int
custom5_debug
()
{
return
0
;
}
#endif
#ifdef
CUSTOM_CFG_OTHER
int
custom5_other
()
{
return
0
;
}
#endif