Re: [CMake] cmake and no make

2010-11-24 Thread luxInteg
On Tuesday 23 November 2010 05:37:39 Michael Hertling wrote: > On 11/23/2010 03:25 AM, luxInteg wrote: > > Greetings > > > > > > I am learning cmake > > > > > > Compiling alglib (http://www.alglib.net/) (cpp) does not use make > > It is done simply by a command such as > > > > g++ -c *.cpp

Re: [CMake] cmake and no make

2010-11-22 Thread Michael Hertling
On 11/23/2010 03:25 AM, luxInteg wrote: > Greetings > > > I am learning cmake > > > Compiling alglib (http://www.alglib.net/) (cpp) does not use make > It is done simply by a command such as > g++ -c *.cpp in the src directory > > QUESTION. If one wants a library from alglib I would like

[CMake] cmake and no make

2010-11-22 Thread luxInteg
Greetings I am learning cmake Compiling alglib (http://www.alglib.net/) (cpp) does not use make It is done simply by a command such as g++ -c *.cpp in the src directory QUESTION. If one wants a library from alglib I would like to know if it can it be compiled using CMAKE and if so ho