File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242- Compiler which supports C++17
4343- CMake ≥ 3.10
4444
45- ## Minimal exemple
45+ ## Minimal unordered map example
4646
4747``` cpp
4848#include < iostream>
@@ -100,7 +100,7 @@ This should output:
100100
101101## How to import the library using CMake
102102
103- To include the library, you may copy / paste everything in a subfolder (such as ` externals ` ) or use a git submodule.
103+ To include the library, you may copy / paste the content of this repository in a subfolder (such as ` externals ` ) or use a git submodule.
104104
105105Then, in you CMakeLists.txt file, you just have to do something similar to:
106106
@@ -169,7 +169,7 @@ Produced executables are inside the `bin` folder.
169169
170170Note that the ` Clang-format ` target does not produce anything.
171171It just run the clang formatter.
172- Also the target needs to be called explicitly.
172+ Also this target needs to be called explicitly.
173173
174174For more details, see the [ CMakeLists.txt] ( CMakeLists.txt ) file.
175175
You can’t perform that action at this time.
0 commit comments