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
/
MacRuntimePath
/
A
/
test2.cpp
blob: 26bc9ddf9978d6b4ad866ec73c18f00c6745fb41 (
plain
)
1
2
3
4
5
6
7
8
#include
"framework.h"
int
main
(
int
,
char
**)
{
framework
();
return
0
;
}