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
/
try_compile
/
src.c
blob: beed9b14dbcf9e6959c39441cf4048aace9590d6 (
plain
)
1
2
3
4
5
6
7
int
main
(
void
)
{
return
0
;
}
#ifdef PP_ERROR
# error PP_ERROR is defined
#endif