google / differential-privacy

Google's differential privacy libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add CMake support to the C++ library

TedTed opened this issue · comments

commented

Compiling the C++ library currently requires the use of Bazel. Most people outside Google use CMake instead. It would be good to add support for CMake.

Might be worth taking a look at https://github.com/google/bazel-to-cmake. Might still require some manual tuning of the cmake setup.