-
Notifications
You must be signed in to change notification settings - Fork 52
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 build #9
base: master
Are you sure you want to change the base?
Cmake build #9
Conversation
…efinitions seems broken on Windows.
… to enums is SOIL/SOIL.h (also for doxygen).
|
||
#ifdef _WIN32 |
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.
why remove this?
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.
It's moved into SOIL_GL.h.in
unfortunately, I no longer have control of this repository so someone from littlstar will have to review, and merge. This repository should probably be archived as anyone who would maintain is no longer able to |
Understood. |
Hi!
These days CMake became a de-facto standard for building and distributing C/C++ projects. Also, like most C++ programmers, i hate autotools/automake and don't know anyone who uses clib in their development (not going to offend clib).
So i've add CMake build support for SOIL.
Cons:
Pros:
Also i've added names to enums in SOIL.h just to slightly improve autodocs generation.
Thanx for your attention and criticism :)