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