Skip to content

Commit 5a10bc6

Browse files
committed
Update from maxtek6/mio@3a1398b
1 parent 7c73e9b commit 5a10bc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/docs/mio/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,12 +377,12 @@ <h3 class="doxsection"><a class="anchor" id="autotoc_md8"></a>
377377
<p>To use mio as a subproject, copy the mio repository to your project's dependencies/externals folder. If your project is version controlled using git, a git submodule or git subtree can be used to syncronize with the updstream repository. The <a href="https://services.github.com/on-demand/downloads/submodule-vs-subtree-cheat-sheet/">use</a> and <a href="https://andrey.nering.com.br/2016/git-submodules-vs-subtrees/">relative advantages</a> of these git facilities is beyond the scope of this document, but in brief, each may be established as follows:</p>
378378
<div class="fragment"><div class="line"># via git submodule</div>
379379
<div class="line">cd &lt;my project&#39;s dependencies directory&gt;</div>
380-
<div class="line">git submodule add -b master https://github.com/mandreyel/mio.git</div>
380+
<div class="line">git submodule add -b master https://github.com/maxtek6/mio.git</div>
381381
<div class="line"> </div>
382382
<div class="line"># via git subtree</div>
383383
<div class="line">cd &lt;my project&#39;s root directory&gt;</div>
384384
<div class="line">git subtree add --prefix &lt;path/to/dependencies&gt;/mio \</div>
385-
<div class="line"> https://github.com/mandreyel/mio.git master --squash</div>
385+
<div class="line"> https://github.com/maxtek6/mio.git master --squash</div>
386386
</div><!-- fragment --><p>Given a mio subdirectory in a project, simply add the following lines to your project's to add mio include directories to your target's include path.</p>
387387
<div class="fragment"><div class="line">add_subdirectory( path/to/mio/ )</div>
388388
<div class="line">target_link_libraries( MyTarget PUBLIC &lt;mio::mio | mio&gt; )</div>

0 commit comments

Comments
 (0)