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
/
CPackInnoSetupGenerator
/
main.c
blob: 413899c807fb54d362a1ed009a2d99b470d23c6f (
plain
)
1
2
3
4
5
6
7
#include <stdio.h>
int
main
()
{
printf
(
"Hello, World!
\n
"
);
return
42
;
}