Re: [CMake] newbie FindRuby.cmake win7

2013-01-03 Thread Rolf Eike Beer
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

Re: [CMake] newbie FindRuby.cmake win7

2013-01-02 Thread dario.minonne
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

Re: [CMake] newbie FindRuby.cmake win7

2013-01-02 Thread Rolf Eike Beer
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

[CMake] newbie FindRuby.cmake win7

2013-01-02 Thread dario.minonne
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