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

Introduce CMake for runtime #82

Open
Ailrun opened this issue Aug 7, 2019 · 0 comments
Open

Introduce CMake for runtime #82

Ailrun opened this issue Aug 7, 2019 · 0 comments
Labels
refactoring This issue or pull request suggests a way to refactor codes

Comments

@Ailrun
Copy link
Member

Ailrun commented Aug 7, 2019

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.

@Ailrun Ailrun added the refactoring This issue or pull request suggests a way to refactor codes label Aug 7, 2019
@Ailrun Ailrun self-assigned this Aug 7, 2019
@Ailrun Ailrun removed their assignment Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring This issue or pull request suggests a way to refactor codes
Development

No branches or pull requests

1 participant