Building rgl statically #259
AlgoryxJosef
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hi @AlgoryxJosef, thank you for this comment. All of current applications of RGL utilize it as shared library, so we did not put much effort to investigate static build. If you have maybe checked this yourself and it works, we would greatly appreciate a PR for it. Best regards, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I wonder if adding the possibility to build the rgl library static is something you have looked into?
Currently, in the root CMakeLists.txt we se that building as a shared library is hardcoded:
Adding this as a cmake option would be a great feature, but I don't know if building as SHARED only is something you do for technical reasons.
All the best,
Josef
Beta Was this translation helpful? Give feedback.
All reactions