GaloisInc / cclyzerpp

cclyzer++ is a precise and scalable pointer analysis for LLVM code.
https://galoisinc.github.io/cclyzerpp/
BSD 3-Clause "New" or "Revised" License
137 stars 14 forks source link

cmake: Integrate packaging #71

Closed langston-barrett closed 2 years ago

langston-barrett commented 2 years ago

pkg/pkg.sh packages cclyzer++ with fpm. It assumes CMake has already been run. It would be better to integrate this as a custom CMake target that declares its dependencies on other targets.