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
/
FrameworkExample
/
FrameworkExample.c
blob: 77361c835352217fd6ac51b024e6f4a007351bff (
plain
)
1
2
3
4
5
6
#include
"FrameworkExample.h"
int
FourtyTwo
()
{
return
42
;
}