Move to CMAKE for easier build maintenance #114
Pandoriaantje
started this conversation in
Ideas
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
This project has come a long way since its birth. Since then the project has moved to c++20 spec and QT6+ (by recent commits).
I was wondering what the thoughts were about switching to CMAKE for better cross platform maintenance and building.
As a hobby coder (and a lot of help from ChatGPT), i've been able to get it into a buildable state on windows. but since CMAKE is fully supported by MS visual studio, unlike qmake, Wouldn't it be better to migrate to CMAKE and simplify things, instead of patching here and there on a per platform basis (makefile, vsproj, vscode json, etc... )?
Beta Was this translation helpful? Give feedback.
All reactions