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

Add Support for CMake Builds #12

Merged
merged 3 commits into from
Mar 13, 2022
Merged

Conversation

jparr721
Copy link
Contributor

@jparr721 jparr721 commented Feb 8, 2022

It is advantageous to package this project as a cmake-compatible module since we can then allow users to just add it to their existing build system. Note, this does not add cmake support for the test directory to keep the change set small.

The cmake build system provided here supports an installation via cmake or working as a submodule. The docs have been updated to reflect this.

@@ -110,7 +163,7 @@ int main(int argc, char** argv) {
```
```bash
$ ./program /tmp/one /tmp/two /tmp/three --verbose
> I'm a verbose program! I'll be reading the following files:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, my vim auto-deletes end-line spacing.

@sailormoon sailormoon merged commit 4fe8261 into sailormoon:master Mar 13, 2022
@sailormoon
Copy link
Owner

Awesome change! Thank you for contributing.

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.

2 participants