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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
With the SDL rewrite on-going, I have also been studying a cleaner build process. I have recently been switching back and forth between Windows and Linux, and the reliance on Visual Studio needs to be fixed.
I have been able to build the project with cmake under Ubuntu, and would like a solution to make the repo compile under all platforms, or at least be platform-agnostic.
The solution may be to write a cross-platform cmake list that can be used to compile under each platform. Not a process I am familiar with, but will continue to work on.
QT Creator has been working fine for me for reading cmake files.