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
/
LoadCommand
/
LoadedCommand.cxx
blob: c2a3439a0179188900a211ad9f3a4e7e1260c3a8 (
plain
)
1
2
3
4
5
6
7
8
int
main
()
{
#ifdef CMAKE_IS_FUN
return
0
;
#else
return
1
;
#endif
}