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 option to install library via cmake #60

Merged
merged 1 commit into from
Nov 30, 2021

Conversation

fferflo
Copy link
Contributor

@fferflo fferflo commented Nov 29, 2021

Add installation target to cmake, so that this library can be installed and included from other projects via:

find_package(nanobench REQUIRED)
target_link_library(YOURTARGET PUBLIC nanobench::nanobench)

@martinus martinus merged commit 3c22f84 into martinus:master Nov 30, 2021
@martinus
Copy link
Owner

Thanks for this! I know not much about cmake so this is very appreciated.

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