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
/
Dependency
/
NoDepB
/
NoDepBSrc.c
blob: 81dc5ed82e5d771d3d2571e4b8f4d993784f2531 (
plain
)
1
2
3
4
5
6
void
NoDepAFunction
(
void
);
void
NoDepBFunction
(
void
)
{
NoDepAFunction
();
}