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
/
Complex
/
Library
/
testConly.c
blob: d2d5294b1b0a8da1ec41130774f54ed29ac4747b (
plain
)
1
2
3
4
5
6
#include
"sharedFile.h"
int
CsharedFunction
()
{
return
1
;
}