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
Is there a particular reason that CMake (or some other build system generator) was not used for the nxdk? It seems to me that CMake would be a nicer option than make as it would make it easier to use nxdk with an IDE (Visual Studio has support for CMake out of the box) and it allows for integration with CTest which could be nice for some projects. I would be more than willing to try and convert the nxdk to CMake myself, but I don't want to go through the effort if it wouldn't be accepted because there is some reason that make was chosen over CMake.