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
/
CMP0156
/
lib2.c
blob: 9db7914c7e42df6c7f149ffd85d9982c40cf9468 (
plain
)
1
2
3
4
5
6
7
extern
void
lib1
(
void
);
void
lib2
(
void
)
{
lib1
();
}