Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CMake support to the C++ library #62

Open
TedTed opened this issue Nov 18, 2020 · 1 comment
Open

Add CMake support to the C++ library #62

TedTed opened this issue Nov 18, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@TedTed
Copy link

TedTed commented Nov 18, 2020

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.

@TedTed TedTed added enhancement New feature or request good first issue Good for newcomers labels Nov 18, 2020
@dasmdasm dasmdasm removed the good first issue Good for newcomers label Mar 10, 2021
@dibakch
Copy link
Collaborator

dibakch commented Apr 23, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@TedTed @dibakch @dasmdasm and others