scipr-lab / libsnark

C++ library for zkSNARKs
Other
1.82k stars 583 forks source link

Properly export include directory in CMake target #138

Open charliewolf opened 5 years ago

charliewolf commented 5 years ago

Right now this doesn't get exported so if you vendor libsnark as part of a cmake build rather than make install-ing it, you don't get the include directory automatically set. This fixes that.