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