Skip to content

Introduce CMake for runtime #82

@Ailrun

Description

@Ailrun

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

No one assigned

    Labels

    refactoringThis issue or pull request suggests a way to refactor codes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions