LumaPictures / usd-arnold

USD schemas, exporters, and importers for Arnold renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support linking against monolithic USD builds

nrusch opened this issue · comments

USD supports the option to compile all of its modules into a single monolithic shared library or archive, rather than individual libraries for each module (Tf, Sdf, Usd, etc).

Thus, we should eventually add support for linking against monolithic libraries as well.