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: ddc71c527da734fa9444372c57eb96c0f64a50ba (
plain
)
1
2
3
4
5
6
void
NoDepAFunction
();
void
NoDepBFunction
()
{
NoDepAFunction
();
}