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
/
BuildDepends
/
MakeInProjectOnly.c
blob: bd54d76294c565326819229c556ad28b4d97c72a (
plain
)
1
2
3
4
5
#include <MakeInProjectOnly.h>
int
main
(
void
)
{
return
MakeInProjectOnly
();
}