You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
- Reproducible dependency management via [CPM.cmake](https://github.com/TheLartians/CPM.cmake)
23
23
- Installable target with automatic versioning information and header generation via [PackageProject.cmake](https://github.com/TheLartians/PackageProject.cmake)
24
24
- Automatic [documentation](https://thelartians.github.io/ModernCppStarter) and deployment with [Doxygen](https://www.doxygen.nl) and [GitHub Pages](https://pages.github.com)
25
-
- Support for [sanitizer tools, and more](#additional-tools)
25
+
- Support for sanitizer tools and more
26
26
27
27
## Usage
28
28
@@ -41,7 +41,7 @@ Eventually, you can remove any unused files, such as the standalone directory or
41
41
Feel free to replace the License with one suited for your project.
42
42
43
43
To cleanly separate the library and subproject code, the outer `CMakeList.txt` only defines the library itself while the tests and other subprojects are self-contained in their own directories.
44
-
During development it is usually convenient to [build all subprojects at once](#build-everything-at-once).
44
+
During development it is usually convenient to build all subprojects at once.
0 commit comments