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
/
Ninja
/
top.c
blob: 4a88eb28d157df17e0e07040e932418b9ddb5b88 (
plain
)
1
2
3
4
5
6
7
#include
"command.h"
#include
"target.h"
int
top
()
{
return
0
;
}