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
/
XcFramework
/
myconsuminglib
/
myconsuminglib.c
blob: 83c0789ee687e3c913803ec190ba0a603181f551 (
plain
)
1
2
3
4
5
6
#include <mylib/mylib.h>
void
myconsuminglib
(
void
)
{
mylib
();
}