Skip to content
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

Should CMake be used as a build system? #157

Closed
KOLANICH opened this issue Jun 22, 2022 · 2 comments
Closed

Should CMake be used as a build system? #157

KOLANICH opened this issue Jun 22, 2022 · 2 comments

Comments

@KOLANICH
Copy link

The main advantage of CMake is its rich standard library, including modules for discovery of system-installed libraries, using which instead of own-shipped ones is highly desireable, and the mechanism for packaging for varios package managers called CPack.

@dail8859
Copy link
Owner

The short answer is, yeah probably.

When I started the project several years ago qmake was the build system of choice for Qt application. Now cmake seems to be preferable.

I have barely used cmake at all so not probably something I would be adding myself soon.

There was work being done in #100 to add cmake support. If cmake can replace everything qmake does without adding a ton of extra setup to build the application then I'd be happy to switch to cmake.

@KOLANICH
Copy link
Author

Thanks for the info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants