Skip to content

Commit

Permalink
deploy: 7c1e114
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzw committed May 13, 2024
1 parent 5123fb4 commit 1637080
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ <h1><a class="anchor" id="autotoc_md1"></a>
<p>It is not easy to set up a new C++ repository from scratch. This repository is a good start, and you can build your project from here.</p>
<h1><a class="anchor" id="autotoc_md2"></a>
Features</h1>
<p>This demo project include almost everything that a rigorous project should have.</p>
<p>This demo project includes almost everything that a rigorous project should have.</p>
<ul>
<li>CMake support</li>
<li>Code sanitizer</li>
<li>Code coverage</li>
<li>GoogleTest and Google Benchmark support</li>
<li>Doxygen and a builtin theme</li>
<li>Clang format and clang tidy support</li>
<li>CMake ExternalProject based third party management</li>
<li>CMake ExternalProject based dependency management</li>
<li>CPack based package support</li>
<li>Dev Container support</li>
<li>Github workflows support</li>
Expand All @@ -154,8 +154,8 @@ <h1><a class="anchor" id="autotoc_md3"></a>
</div><!-- fragment --><p>And now you have a container based development environment with all dependencies.</p>
<h1><a class="anchor" id="autotoc_md4"></a>
CMake support</h1>
<p>Some CMake functions and predefined targets are created to ease of use of CMake.</p>
<p>This follow functions are used to add your targets. Replace <code>xxx</code> to your project name in lower case. They have covered many details such as clang-tidy, code coverage, code sanitizer and installation.</p>
<p>Some CMake functions and predefined targets are created to ease the use of CMake.</p>
<p>The following functions are used to add your targets. Replace <code>xxx</code> to your project name in lower case. They have covered many details such as clang-tidy, code coverage, code sanitizer and installation.</p>
<div class="fragment"><div class="line">xxx_add_library()</div>
<div class="line">xxx_add_executable()</div>
<div class="line">xxx_add_example()</div>
Expand Down

0 comments on commit 1637080

Please sign in to comment.