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 CMake install for find_package support #30

Merged
merged 2 commits into from
Sep 16, 2018
Merged

added CMake install for find_package support #30

merged 2 commits into from
Sep 16, 2018

Conversation

bitmeal
Copy link
Contributor

@bitmeal bitmeal commented Sep 11, 2018

CMake generates install targets, installing argh.h and LICENSE.
argh! can now be found by find_package(argh) and include directories added with target_include_directories(${MY_TARGET_NAME} PRIVATE "${argh_INCLUDE_DIR}")

@adishavit
Copy link
Owner

adishavit commented Sep 11, 2018 via email

@bitmeal
Copy link
Contributor Author

bitmeal commented Sep 12, 2018

Added a description in the README; check if it is to your liking.
Thank you for this great library!

@adishavit
Copy link
Owner

Thanks for your contribution!
I'll do a final test on my machine and merge.

@adishavit adishavit merged commit 6b95a49 into adishavit:master Sep 16, 2018
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