Skip to content

Commit

Permalink
Change the static library name in building doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahnic committed Jan 1, 2020
1 parent 8c09cbb commit b9a4d46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ sudo make install

```
find_package( Argumentum CONFIG REQUIRED )
set( Argumentum_LIBRARIES Argumentum::argumentum-s )
set( CMAKE_CXX_STANDARD 17 )
add_executable( example
main.cpp
)
target_link_libraries( example
${Argumentum_LIBRARIES}
Argumentum::argumentum
)
```

Expand Down

0 comments on commit b9a4d46

Please sign in to comment.