NilFoundation / zkLLVM

Zero-Knowledge Proof Systems Circuit Compiler
https://docs.nil.foundation/zkllvm
273 stars 44 forks source link

Add package config for importing CircuitCompile.cmake #609

Open makxenov opened 1 month ago

makxenov commented 1 month ago

Currently we have to set CMAKE_MODULE_PATH to /usr/lib/zkllvm/share/zkllvm manually to be able to include(CircuitCompile). But we could possibly add package config to add this module by find_package(zkllvm) without any path specifications.