Hello Sir/Ma'am,
I am working on a project to Wrap Libsnark library using Pybind.
I have imported libsnark and pybind in my open source project.
I am getting error of file not found for the headers that I include in
main.cpp when I use target include directories and add sub directories
for both the library.
When, I add this commands only for libsnark my
code compile successfully. Similar, when I add this command only for
pybind, the pybind module doesn't give any error.
I think there is some
issue with linking both the library.
It will be great, if you please suggest me changes so, I can resolve the
error and start wrapping the library.
Thank You