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
/
LinkLineOrder
/
NoDepX.c
blob: c895dd11bcba554d811cc39006fd8ab7aa35cc89 (
plain
)
1
2
3
4
5
6
7
/* depends on NoDepY*/
void
NoDepY_func
();
void
NoDepX_func
()
{
NoDepY_func
();
}