-
Notifications
You must be signed in to change notification settings - Fork 176
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
added support for ninja generator #229
base: main
Are you sure you want to change the base?
Conversation
I'm still developing this as I'd like to clean up the code while also fully support MSVC, Clang and GCC. |
support for gcc is added, support for static libraries and dynamic libraries (except dynamic libs for gcc) and dependency support as well. |
Verified on a bigger project of mine that combines static library, executable and unit tests. All were successful |
Hi, Sorry for the lack of comments for your PR. We are in major repo ownership changes. We will take a look at your changes eventually. Thanks for your understanding. |
I added a generator to create Ninja files, and Ninja projects and solution, making it easy to build everything