Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2bfb9f7e8aa0c8ea96a1637a2b022d514bb502dc
/
.
/
Tests
/
ConfigSources
/
main.cpp
blob: c1cd3b2415fae90e440155be139ed9ca50cf5ab7 [
file
]
#if !defined(CFG_DEBUG) && !defined(CFG_OTHER)
# error "Neither CFG_DEBUG or CFG_OTHER is defined."
#endif
#ifdef
CFG_DEBUG
# include "main_debug.cpp"
#endif
#ifdef
CFG_OTHER
# include "main_other.cpp"
#endif