Skip to content

Commit

Permalink
add missing add_subdirectory in consuming library description
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored Oct 22, 2023
1 parent 05e6b19 commit c8510af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ int main()
mkdir externals
cd externals
git submodule add https://github.com/cieslarmichal/faker-cxx.git
echo add_subdirectory(faker-cxx) > CMakeLists.txt
```
2. Link with library:
```cmake
Expand Down

0 comments on commit c8510af

Please sign in to comment.