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
/
SourceFileProperty
/
ICaseTest.c
blob: 454c721fec45ba53e153bcee96259830be1eded0 (
plain
)
1
2
3
4
5
6
7
#ifdef NEEDED_TO_WORK
int
icasetest
()
{
return
0
;
}
#endif