index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
ConfigSources
/
main_one_config.cpp
blob: 318944b66949f11b793ab939c96b1148981a1e6e (
plain
)
1
2
3
4
5
6
7
8
#include
"iface.h"
int
main
()
{
#ifdef CFG_ONE
iface_src
();
#endif
return
0
;
}