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

CMake #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

CMake #108

wants to merge 2 commits into from

Conversation

SamuelMarks
Copy link

@SamuelMarks SamuelMarks commented Oct 22, 2021

Pull Request Details

CMake support (WiP), @ tag me if you want this and I'll finish the contrib

Description

Add CMake and CPack support. Useful for cross-platform building and packaging.

Once this is ready, I can see what I can do about #97 and if not just BSD but Windows support can also be added.

Related Issue

Motivation and Context

Multi-OS support. Multi-OS packaging. Integration at the library level.

How Has This Been Tested

Just locally thus far (on macOS)

Types of changes

Non-breaking but you might want to remove your Makefile when this is ready:

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@mertyildiran
Copy link
Member

Hi @SamuelMarks, thank you so much for adding CMake to the project. It seems like a great step towards making the build workflow of Chaos production grade. I'll test it on my Linux machine soon.

@SamuelMarks
Copy link
Author

Ok @mertyildiran I've started working on it again, can you experiment also?

Added chaos-lang/myjit/pull/1 also

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

Successfully merging this pull request may close these issues.

None yet

2 participants