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 the ability to install the library for use in other CMake projects #8

Merged
merged 9 commits into from
Sep 30, 2023

Conversation

rmisev
Copy link
Member

@rmisev rmisev commented Sep 30, 2023

The library can now be installed by executing the command:
cmake --install <build dir>

Then it can be used from a CMake project by including:

find_package(upa)
...
target_link_libraries(exe-target upa::url)

@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (98c6c19) 99.09% compared to head (8aa0d53) 99.09%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #8   +/-   ##
=======================================
  Coverage   99.09%   99.09%           
=======================================
  Files          15       15           
  Lines        2198     2198           
=======================================
  Hits         2178     2178           
  Misses         20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rmisev rmisev changed the title Cmake Add the ability to install the library for use in other CMake projects Sep 30, 2023
@rmisev rmisev merged commit 8aa0d53 into main Sep 30, 2023
31 checks passed
@rmisev rmisev deleted the cmake branch September 30, 2023 19:19
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.

1 participant