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

Migrate away from CMake and use Bazel #18

Open
cblichmann opened this issue Sep 22, 2023 · 0 comments
Open

Migrate away from CMake and use Bazel #18

cblichmann opened this issue Sep 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cblichmann
Copy link
Member

Is your feature request related to a problem? Please describe.
Handling C++ dependencies in CMake is difficult. Bazel makes a lot easier, especially since BinDiff needs the OSS Google stack (Abseil, Protobuf, etc. but later maybe gRPC)

Describe the solution you'd like
Bazel has decent support for Windows, Linux and macOS and its build files are easier to maintain.

Describe alternatives you've considered
N/A

Additional context
This should first be investigated, but it's definitely feasible, as we are building most of BinDiff with the internal version of Bazel already (including IDA plugins and the UI).

@cblichmann cblichmann added the enhancement New feature or request label Sep 22, 2023
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

1 participant