Skip to content

Commit

Permalink
add git submodules info in consuming lib description
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored Oct 22, 2023
1 parent 63ecaa1 commit 05e6b19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ int main()

## Consuming library with CMake

1. Add faker to git submodules (execute in project root):
```
mkdir externals
cd externals
git submodule add https://github.com/cieslarmichal/faker-cxx.git
```
2. Link with library:
```cmake
set(BUILD_FAKER_TESTS OFF)
Expand Down

0 comments on commit 05e6b19

Please sign in to comment.