[CMake] what is best for library dependencies?

Cristobal Navarro axischire at gmail.com
Sun Oct 2 12:21:01 EDT 2011


hello,

as many of us, i am making a library and this is my first time. I have some
concept questions.

for example, my library depends on "GLEW" library. Therefore applications
that use my library must compile with  "-lmylib"  and  "-lGLEW"
is it possible, to make the "-lGLEW" implicit inside my library?? or making
the user put it manually is the way to go?

--Cristobal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20111002/a24d8ad2/attachment.htm>


More information about the CMake mailing list