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
/
foo2.h
blob: 4bf9c8167dad464f2584686585b290dddb7bfada (
plain
)
1
2
3
4
5
6
#ifndef foo2_h
#define foo2_h
int
foo2
(
void
);
#endif