rmisev / url_whatwg

An implementation of the WHATWG URL Standard in C++
https://upa-url.github.io/docs/
Other
9 stars 0 forks source link

Add the ability to install the library for use in other CMake projects #8

Closed rmisev closed 9 months ago

rmisev commented 9 months ago

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[bot] commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

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

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.