-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
refactoringThis issue or pull request suggests a way to refactor codesThis issue or pull request suggests a way to refactor codes
Description
Is your refactoring related to a problem? Please describe.
CMake provides more commands like
- a command for checking whether an executable exists or not.
- a command for checking whether a function exists or not.
- and more
so it's easier to write portable configuration.
Describe the solution you'd like
Replace GNU Make with CMake
Describe alternatives you've considered
Many other build systems like
- QMake
- Scons
- Ninja
- etc.
Additional context
Please check Licenses of those tools.
Metadata
Metadata
Assignees
Labels
refactoringThis issue or pull request suggests a way to refactor codesThis issue or pull request suggests a way to refactor codes