-
Notifications
You must be signed in to change notification settings - Fork 13
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
Switch to CMake #10
Switch to CMake #10
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to find something to complain about, but I cannot.
It compiles for me.
It compiles for you.
Ship it!
(really, this is too big to really evaluate, and it looks fine on the surface, you are a smart guy, I think we will be fine :D)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still going to YOLO this as .. yeah, I love that you took the effort :D
When testing glx22#2 I found some issues in this PR. |
Seems to work for me, needs updates to |
I see you never accepted any of my approvals :P Rebase, and try again? :D |
When switching to cmake, the documentation (0compile.txt) was not updated and still references the plain Makefile targets. Maybe it should be updated? It should probably also mention that, for a release build, you should run |
This is based on @PeterN cmake branch.
I added MinGW and MSVC support, and done some cleaning.