HighFive
HighFive copied to clipboard
Should produce pkg-config file
Would be great to have. What is potentially a bit challenging is to link to hdf5. Do you have ideas to do this?
Please elaborate a bit more. We already create a HighFiveConfig.cmake.
pkg-config
is useful to compile easily without cmake.
Example:
g++ $(pkgconfig --cflags --libs highfive) main.cpp
It would also make Meson integration easier :)