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
/
StandardLinkDirectories
/
TestApp
/
TestApp.c
blob: 66630d8edb9dfe8c8b9dbf33a4f39af657fc1a39 (
plain
)
1
2
3
4
5
6
int
TestSymbol
(
void
);
int
main
(
void
)
{
return
TestSymbol
();
}