<div dir="ltr"><div style>How do I link external libraries into a Transform? </div><div style><br></div><div style>We are currently using the multiprecision math libraries to perform a tricky mathematical decomposition within the language we are working on. Unfortunately, it is unclear how to add mpfr, et al into the build. The decomposition is leveraged from another project and the ordering is finicky when it comes to compiling as well. </div>
<div style><br></div><div style>I have tried compiling the other project into a static library that can be included, which should make the linking more stable (i.e., statically build the library, include the .h files, place into Release+Asserts/lib/..., build clang), but I'm still having problems getting the library to work as a whole.</div>
<div style><br></div><div style>-Thanks,</div><div style>-Jeff</div></div>