It'd be great if a backward.pc.in file could be included in this project to generate a backward.pc file, an example of such a file is the one included in Eigen:
https://github.com/PX4/eigen/blob/master/eigen3.pc.in
This'd be useful for discovering the location of a system installed version of backward.hpp in projects using auto tools.
No idea if you'd be interested in something like this, but if you would, then I could potentially prepare a PR.
It'd be great if a
backward.pc.infile could be included in this project to generate abackward.pcfile, an example of such a file is the one included in Eigen:https://github.com/PX4/eigen/blob/master/eigen3.pc.in
This'd be useful for discovering the location of a system installed version of
backward.hppin projects using auto tools.No idea if you'd be interested in something like this, but if you would, then I could potentially prepare a PR.