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