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
/
CheckModules
/
TestLib
/
TestLib.c
blob: b4bc30d3d82860c639b9c8d5f476ff2c5689c470 (
plain
)
1
2
3
4
5
6
int
myTestVar
=
42
;
int
TestSymbol
(
void
)
{
return
0
;
}