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
/
hello_with_greeting.c
blob: dbf90e314ff447a38abacabb2c28755bd98a1a86 (
plain
)
1
2
3
4
5
6
7
#include <greeting.h>
int
main
(
void
)
{
greeting
();
return
0
;
}