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
/
RunCMake
/
PrecompileHeaders
/
foobar.c
blob: 6dbf8ce3849c791daeee6ea9f4143dfef02dba8d (
plain
)
1
2
3
4
5
6
7
#include
"bar.h"
#include
"foo.h"
int
main
()
{
return
foo
() +
bar
();
}