File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # =============================================================================
2- # CMakeLists.txt - Building a Ruby Extension with Rice
3- # =============================================================================
4- #
5- # This CMake configuration demonstrates how to build a Ruby native extension
6- # using the Rice library (https://github.com/ruby-rice/rice). Rice provides
7- # a clean C++ interface for creating Ruby bindings.
8- #
9- # This file serves as an educational example and can be adapted for your
10- # own Rice-based Ruby extensions.
11- #
12- # =============================================================================
13-
141# -----------------------------------------------------------------------------
152# CMake Version and C++ Standard
163# -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments