File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ conan install --remote jothepro-conan-public mylibrary/0.1.8@jothepro/beta --upd
5151
5252### Test
5353
54- This template uses [ Catch2] ( https://github.com/catchorg/Catch2 ) for tesing . The Unit-tests are defined in ` test ` .
54+ This template uses [ Catch2] ( https://github.com/catchorg/Catch2 ) for testing . The Unit-tests are defined in ` test ` .
5555
5656- ** Commandline** : To run just the unit-tests, you can run ` conan build .. --test ` .
5757- ** CLion** : Execute the ` MyLibraryTest ` target
@@ -60,7 +60,7 @@ This template uses [Catch2](https://github.com/catchorg/Catch2) for tesing. The
6060
6161This template uses [ Doxygen] ( https://www.doxygen.nl/index.html ) for documenation.
6262
63- To generate the docs, run ` doxygen Doxyfile ` or execute the ` doxygen ` targe defined in the ` CMakeLists.txt ` .
63+ To generate the docs, run ` doxygen Doxyfile ` or execute the ` doxygen ` target defined in the ` CMakeLists.txt ` .
6464
6565### CI/CD
6666
@@ -129,8 +129,8 @@ This template uses [Github Actions](https://github.com/features/actions) for aut
129129
130130## Credits
131131
132- This template is inspired by these CppCon Talks :
132+ This template is inspired by these talks :
133133
134- - [ C++Now 2017: Daniel Pfeifer “Effective CMake"] ( https://www.youtube.com/watch?v=bsXLMQ6WgIk )
134+ - [ C++Now 2017: Daniel Pfeifer “Effective CMake"] ( https://www.youtube.com/watch?v=bsXLMQ6WgIk )
135135
136136- [ CppCon 2018: Mateusz Pusz “Git, CMake, Conan - How to ship and reuse our C++ projects”] ( https://www.youtube.com/watch?v=S4QSKLXdTtA )
You can’t perform that action at this time.
0 commit comments