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
/
XCTest
/
StaticLibExample
/
StaticLibExample.c
blob: b198f80f3db9c8d7fcf72d93d42f8ec6e5c79aae (
plain
)
1
2
3
4
5
6
#include
"StaticLibExample.h"
int
FourtyFour
()
{
return
44
;
}