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
/
FindRuby
/
Test
/
ruby_version.c
blob: 880043684f5bb753673fed714f9c761156ab4f4e (
plain
)
1
2
3
4
5
6
7
#include
"ruby.h"
int
main
(
void
)
{
ruby_show_version
();
return
0
;
}