Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0dc1e0a20c157c1b5df7ab3973fc4dba90cf6531
/
.
/
Tests
/
ConfigSources
/
iface_debug_src.cpp
blob: 010059f1f03f00c46c85e74afaeb1597f6fa6c7f [
file
] [
log
] [
blame
]
#ifndef
CFG_DEBUG
# error "This source should only be compiled in a Debug configuration."
#endif
#ifdef
CFG_OTHER
# error "This source should not be compiled in a non-Debug configuration."
#endif
#include
"iface.h"
int
iface_debug
()
{
return
0
;
}