Open mdpiper opened 5 years ago
In this example, shared libraries are built and linked against on Linux and macOS. On Windows, however, only static libraries are used. The build process for the example should be updated to use shared libraries on all platforms.
I haven't figured out how to build and link against shared libraries on Windows yet.
In this example, shared libraries are built and linked against on Linux and macOS. On Windows, however, only static libraries are used. The build process for the example should be updated to use shared libraries on all platforms.