You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thank you for your project!
The question is super easy: did you think about moving to the CMake build system?
As I can see, this project doesn't look like a big, complex project which required the same build system.
I mean, it will not be so hard to integrate CMake into this project.
If you aren't skilled in CMake, I could pay as much time as possible.
To make the CMake project, we can create new branch with the following changes:
Change the project directories structure like that:
https://github.com/jetblacksalvation/OOGL-Cmake
this is my fork which has some cmake support. i am still working on getting it to spit out binary that ppl can install either through cmake or github itself i also dont have support for that FindLibrary functionality yet. I had alot of fun using this library at work today and even got cmake building and a little square demo with user input on the screen. Anyways feedback would be nice on this. i am work on implement the find library supports :^) since this is something i want too
Hi!
Thank you for your project!
The question is super easy: did you think about moving to the CMake build system?
As I can see, this project doesn't look like a big, complex project which required the same build system.
I mean, it will not be so hard to integrate CMake into this project.
If you aren't skilled in CMake, I could pay as much time as possible.
To make the CMake project, we can create new branch with the following changes:
find_library
;If you'll be happy to use CMake, I may try to work a little around it in a
cmake_support
branch or etc.The text was updated successfully, but these errors were encountered: