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
/
TryCompile
/
testdef.c
blob: 5401e7183a7b779e18e1dd6014c693842a86ddfd (
plain
)
1
2
3
4
#ifndef TESTDEF
# error
"TESTDEF should be defined!"
#endif
int
main
(
void
) {
return
0
; }