csdms / bmi-example-fortran

An example of wrapping a model written in Fortran with a BMI
https://bmi.csdms.io/
MIT License
4 stars 5 forks source link

Link with shared libraries on Windows #5

Open mdpiper opened 5 years ago

mdpiper commented 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.

mdpiper commented 5 years ago

I haven't figured out how to build and link against shared libraries on Windows yet.