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
/
include
/
foo.h
blob: 4a49474f3cc346b37e39896dda4639e056f218ae (
plain
)
1
2
3
4
5
6
#ifndef foo_h
#define foo_h
extern
int
foo
();
#endif