Replies: 1 comment
-
Hey @yearnfor ... thanks! I don't know if this helps you but you can use the option cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES=OFF -DBUILD_TESTS=OFF -DBUILD_SHARED_LIBS=ON You should also be able to create the installer and the packages with this option on, but it's not something we really test in continuous integration. We usually only test it as a static library. Linking it as a static library is solving all our problems at the moment. Sorry if I don't understand your question correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
This library is awesome. I tried to use a binary library in C++, and I added a header file and a lib file, but it prompted "Unable to resolve external symbols". Will the dynamic library and compilation tool version description be provided later?
Beta Was this translation helpful? Give feedback.
All reactions