Skip to content

Commit

Permalink
Deploying to gh-pages from @ upa-url/upa@fd2aa36 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Oct 18, 2024
1 parent 52d5d2e commit c437c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,15 @@ <h2><a class="anchor" id="cmake"></a>
<div class="line">FetchContent_Declare(upa</div>
<div class="line"> GIT_REPOSITORY https://github.com/upa-url/upa.git</div>
<div class="line"> GIT_SHALLOW TRUE</div>
<div class="line"> GIT_TAG v1.0.0</div>
<div class="line"> GIT_TAG v1.0.1</div>
<div class="line">)</div>
<div class="line">FetchContent_MakeAvailable(upa)</div>
<div class="line">...</div>
<div class="line">target_link_libraries(exe-target PRIVATE upa::url)</div>
</div><!-- fragment --><h3><a class="anchor" id="embedding-with-cpmcmake-script"></a>
Embedding with CPM.cmake script</h3>
<p>If you are using the <a href="https://github.com/cpm-cmake/CPM.cmake">CPM.cmake script</a> and have included it in your <code>CMakeLists.txt</code>, then:</p>
<div class="fragment"><div class="line">CPMAddPackage(&quot;gh:upa-url/[email protected].0&quot;)</div>
<div class="fragment"><div class="line">CPMAddPackage(&quot;gh:upa-url/[email protected].1&quot;)</div>
<div class="line">...</div>
<div class="line">target_link_libraries(exe-target PRIVATE upa::url)</div>
</div><!-- fragment --><h2><a class="anchor" id="vcpkg"></a>
Expand Down

0 comments on commit c437c05

Please sign in to comment.