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