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

added CMakeLists.txt #6

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

added CMakeLists.txt #6

wants to merge 3 commits into from

Conversation

gmabey
Copy link

@gmabey gmabey commented Mar 3, 2022

A thousand apologies for complicating what I feel is an elegant project -- I do really appreciate the simplicity of it all, including the good-old-fashioned Makefile.
For my purposes, I gotta create a .deb, and this is the easiest way I know of: use cmake for the build system.

If you reject this PR I'm not offended at all.

@google-cla
Copy link

google-cla bot commented Mar 3, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

CMakeLists.txt Outdated
@@ -0,0 +1,31 @@
cmake_minimum_required(VERSION 3.13)

set(FUSE_ARCHIVE_VERSION 0.0.1)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does the "0.0.1" need updating? Latest is https://github.com/google/fuse-archive/releases/tag/v0.1.9

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