Hi,
I am trying to integrate libfort as part of a project built using CMake. I would like to link to it either statically by using a .lib file, or dynamically but with exports linked through a .lib file also.
I can't figure out how to build libfort one way or the other using CMake. All I've managed is to generate a .dll file alone.
Any pointers ?
Thanks !
Hi,
I am trying to integrate libfort as part of a project built using CMake. I would like to link to it either statically by using a
.libfile, or dynamically but with exports linked through a.libfile also.I can't figure out how to build libfort one way or the other using CMake. All I've managed is to generate a
.dllfile alone.Any pointers ?
Thanks !