dario.minonne wrote:
> Eike,
> Thanx for your prompt reply.
>
> In my lib I've two libraries
> libmsvcrt-ruby191-static.a and libmsvcrt-ruby191.dll.a the names look quite
> strange (since in my mind it should be something without a suffix... But
> Ruby installer set it in this way).
That's probab
Eike,
Thanx for your prompt reply.
In my lib I've two libraries
libmsvcrt-ruby191-static.a and libmsvcrt-ruby191.dll.a the names look quite
strange (since in my mind it should be something without a suffix... But
Ruby installer set it in this way).
And thanx for the clue concerning the GLOB. I t
dario.minonne wrote:
> Hi all,
> many apologizes for the newbie question but I've a small issue with cmake
> 2.8.10.2 and ruby 1.91 on Windows7
> I'd like create a simple binder between C++ and ruby but cmake is not able
> to find the library:
>
> Here is my short CMakeLists.txt
>
> cmake_minimum
Hi all,
many apologizes for the newbie question but I've a small issue with cmake
2.8.10.2 and ruby 1.91 on Windows7
I'd like create a simple binder between C++ and ruby but cmake is not able
to find the library:
Here is my short CMakeLists.txt
cmake_minimum_required(VERSION 2.8)
project(extRubyC