-
Notifications
You must be signed in to change notification settings - Fork 334
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
CMake support #1254
Comments
I'd like to contribute to this issue, can you let me know how i can solve it. |
This could be larger in scope. Essentially what needs to be done is this: https://stackoverflow.com/questions/7132862/how-do-i-convert-an-autotools-project-to-a-cmake-project There are some modern cmake templates available. An example is https://github.com/cpp-best-practices/cmake_template or https://github.com/kigster/cmake-project-template |
Hi may work on this @fruffy ? |
Sure! Feel free to make a PR. But it could be a fair bit of work. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment, or this will be closed in 180 days |
It would be nice if we could build the behavioral model using CMake instead of relying on autotools. This would make it easier to integrate it with the rest of the P4Lang ecosystem.
The text was updated successfully, but these errors were encountered: