> Is this idea possible with compilers?  Is it possible with CMake?
>

VS has a force include symbol option, which looks like it will make
the linker pull in a library:

> The /INCLUDE option tells the linker to add a specified symbol to the symbol 
> table.
> The linker resolves symbol by adding the object that contains the symbol 
> definition
> to the program. This feature is useful for including a library object that 
> otherwise would
> not be linked to the program.

I've not used it myself though.

-- 
The truth is out there. Usually in header files.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to