jacobwilliams / json-fortran

A Modern Fortran JSON API
https://jacobwilliams.github.io/json-fortran/
Other
332 stars 83 forks source link

Cross-platform? #520

Closed lolaswift closed 3 months ago

lolaswift commented 2 years ago

How to make it work for Windows?

lolaswift commented 2 years ago

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.

jacobwilliams commented 1 year ago

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).