Open
Description
After installing with cmake, my json-fortran.pc looks like this
libdir=
includedir=
Name: json-fortran
Description:
URL: https://github.com/jacobwilliams/json-fortran
Version: 8.3.0
Libs: -L${libdir} -ljsonfortran
Cflags: -I${includedir}
So the libdir and includedir don't get populated. I have to manually add the path to jsonfortran-gnu-8.3.0/lib/
there to get things to work correctly when using the libraries as part of my build.
Am I missing some configuration parameter maybe?