Alan W. Irwin wrote:
You can generate a shared library with ADD_LIBRARY. See the ADD_LIBRARY
documentation at http://cmake.org/HTML/Documentation.html.
Yeah, indeed. Sorry for my stupidness.
thx,
Welter
___
CMake mailing list
CMake@cmake.org
http://ww
On 2007-06-12 12:37-0300 Welter Luigi Silva wrote:
Hi,
which is the command I should use (instead of add_library) to generate a
shared library using CMake?
Sorry if this is a dumb question, but I'm a newbie on this and didn't find
any documentation about that in the Cmake faq or wiki pages...
Hi,
which is the command I should use (instead of add_library) to generate a
shared library using CMake?
Sorry if this is a dumb question, but I'm a newbie on this and didn't
find any documentation about that in the Cmake faq or wiki pages...
thx,
Welter
__
On 6/12/07, Welter Luigi Silva <[EMAIL PROTECTED]> wrote:
Hi,
which is the command I should use (instead of add_library) to generate a
shared library using CMake?
Why would you use a command "instead of" ADD_LIBRARY? Have you read the docs?
Sorry if this is a dumb question, but I'm a newbie