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
/
myexe
/
myexe.c
blob: d04efbd5fa2cc4e3491bdb51de9918aaea6b7d05 (
plain
)
1
2
3
4
5
6
7
#include <mylib/mylib.h>
int
main
(
void
)
{
mylib
();
return
0
;
}