-
Notifications
You must be signed in to change notification settings - Fork 351
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
How could I contribute BLAKE3's cmake file for community #320
Comments
@BurningEnlightenment has been doing a lot of work on the CMake build files in this repo: https://github.com/BLAKE3-team/BLAKE3/blob/master/c/CMakeLists.txt. I think the best way to contribute would be to open a PR with any changes you think we should make to that file. |
He doesn't propose changes to the/a new buildsystem, but has written a CMake script with We could add some example excerpts with Anyways, using a proper package manager like conan or vcpkg is strongly recommended. |
Hello @BurningEnlightenment , I apologize for the delayed response. I was quite busy last week. Regarding your question, there are indeed other C++ package helpers available for managing third-party libraries. However, I would like to introduce you to an excellent package manager called CPM. You can find it at https://github.com/cpm-cmake/CPM.cmake. CPM is based on CMake and offers the advantage of being able to execute standalone. It's definitely worth exploring for your needs. |
Here is my cmake file.
Would you like to add it into your supply chain?
https://github.com/25077667/BLAKE3-cmake
Thanks.
The text was updated successfully, but these errors were encountered: