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
/
InterfaceLinkLibrariesDirect
/
order_H.c
blob: 9c62bb153b93290c56852474532a9d754525225f (
plain
)
1
2
3
4
5
extern
void
order_I
(
void
);
void
order_H
(
void
)
{
order_I
();
}