json-fortran icon indicating copy to clipboard operation
json-fortran copied to clipboard

Cross-platform?

Open lolaswift opened this issue 1 year ago • 2 comments

How to make it work for Windows?

lolaswift avatar Jul 21 '22 23:07 lolaswift

I now have the jsonfortran.lib generated by using the visual studio project which was generated by CMake. How can I use it with commandline ifort or in vistual studio. I've tried many ways including adding dependencies to the project. Didn't work.

lolaswift avatar Jul 22 '22 11:07 lolaswift

What have you tried? To use a library in an existing project is a general programming question (e.g., check your compiler and/or IDE documentation).

jacobwilliams avatar May 27 '23 15:05 jacobwilliams