Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd authored Jun 4, 2023
1 parent 5178dd5 commit 85ce7ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,11 @@ target_link_libraries(my_project PRIVATE quill::quill)

See [basic usage](#basic-usage)

#### Windows dll
To build the library as a shared library on windows pass the following CMake flags

```-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -DBUILD_SHARED_LIBS=ON```

## Design

![design.jpg](docs%2Fdesign.jpg)
Expand Down

0 comments on commit 85ce7ca

Please sign in to comment.