Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate support libraries for REN_CLASSLIB into independent files #23

Open
hostilefork opened this issue Dec 29, 2014 · 0 comments
Open

Comments

@hostilefork
Copy link
Member

Currently Rencpp is built with support for std::string and/or Qt. This means "the library" is built with this support. Is it possible or desirable to build the parts that depend on std::string or Qt into a separate library to avoid a link dependency or having to build multiple copies of the main library?

So that would mean instead of rencpp.a as a monolith, you'd have rencpp.a as a slightly smaller library with accompanying rencpp-qt.a and rencpp-std.a libs you could build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant