Skip to content

Commit 31b95bc

Browse files
committed
Update README.md
1 parent ff895ce commit 31b95bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ so `std::allocator` can be easily replaced by `salloc::shared_allocator` (or by
88
1. Copy files `include/shared_allocator/*.*` to your include directory
99
(for example, `include/third_party/shared_allocator` or just `include/shared_allocator`).
1010
2. Copy files `source/*.*` to your sources directory (for example, `source/shared_allocator`).
11-
3. Include `source/shared_allocator/CMakeLists.txt` into your main CMakeLists.txt: `add_subdirectory(source/shared_allocator)`
11+
3. Include `source/shared_allocator/CMakeLists.txt` (from step 2) into your main CMakeLists.txt: `add_subdirectory(source/shared_allocator)`
1212
4. Add path to shared_allocator header files into additional include directories: `include_directories(include/third_party)`
1313
to make it possible for your compiler to find includes like `#include "shared_allocator/shared_allocator.hpp"`.
1414
5. Add link to shared_allocator library into every project's CMakeLists.txt that would be using `salloc::shared_allocator<T>`

0 commit comments

Comments
 (0)