Skip to content

Commit a6c591a

Browse files
committed
Fixes cmake code
1 parent 0505604 commit a6c591a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ add_subdirectory(cpp-dotenv)
4949
5050
...
5151
52-
target_link_libraries(YOUR_TARGET PUBLIC ${CPP_DOTENV_LIB})
52+
target_link_libraries(YOUR_TARGET ${CPP_DOTENV_LIB})
5353
```
5454

55-
After this, you might use the library as described in [usage](#usage).
55+
After this, you might use the library as described in [usage](#usage); no extra scoping, no need to worry about the project's directory structure.
5656

5757
## Examples
5858

0 commit comments

Comments
 (0)