[osg-submissions] Inventor CMake-files

David Callu ledocc at gmail.com
Wed Aug 29 00:53:32 PDT 2007


Hi john,

    To specify different libs for debug/release,
     just add debug or release before the library name:

       SET( ExternalLibraryToLinks
               debug ExternalLibraryToLinkD
               release ExternalLibraryToLink )

    Then use it:
        TARGET_LINK_LIBRARIES( MyTarget  ExternalLibraryToLinks )

     CMake web site is down so I can't point you on the documentation.
     Take a look later on the function TARGET_LINK_LIBRARIES for more
information.

Cheers
David Callu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openscenegraph.org/pipermail/osg-submissions-openscenegraph.org/attachments/20070829/b3e7fc42/attachment.htm 


More information about the osg-submissions mailing list