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
/
BuildUnderSource.c
blob: 688a040b77b7c7c9f15b515e627b73206247a0ea (
plain
)
1
2
3
4
5
#include
"BuildUnderSource.h"
int
main
(
void
)
{
return
BUILD_UNDER_SOURCE
;
}