CMake project structure #1

Merged
friendlyanon merged 3 commits from master into master 4 years ago
friendlyanon commented 4 years ago (Migrated from github.com)

This makes the library trivially consumable by CMake clients.

I edited only the include path in the example snippet in the README, but not the godbolt links. Those would need only the URL to be edited as well.

This makes the library trivially consumable by CMake clients. I edited only the include path in the example snippet in the README, but not the godbolt links. Those would need only the URL to be edited as well.
phillipweinstock commented 4 years ago (Migrated from github.com)

Looks nice

Looks nice
tcsullivan commented 4 years ago (Migrated from github.com)

Never used CMake before myself, but if this helps others include the project more easily I'm all for it. Thanks!

Never used CMake before myself, but if this helps others include the project more easily I'm all for it. Thanks!
The pull request has been merged as f61645c9e4.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b master master
git pull origin master

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff master
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: clyne/consteval-huffman#1
Loading…
There is no content yet.