In the current CMake configuration, AsmJit is assumed to be a source dependency and is included from themathpresso CMakeLists.txt. Once included, AsmJit gets statically compiled with the default CMake flags.
I was wondering if it would be possible to compile with AsmJit as a pre-compiled shared library?
In the current CMake configuration,
AsmJitis assumed to be a source dependency and is included from themathpressoCMakeLists.txt. Once included,AsmJitgets statically compiled with the default CMake flags.I was wondering if it would be possible to compile with
AsmJitas a pre-compiled shared library?