Skip to content

Commit

Permalink
Merge pull request #157 from sheny1xuan/fix_readme
Browse files Browse the repository at this point in the history
fix: update lib directory in readme (#148)
  • Loading branch information
hsluoyz authored Oct 28, 2021
2 parents c14bf4e + 823c2fd commit 4ba0cda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if(CASBIN_INSTALL)
export(
TARGETS casbin
NAMESPACE casbin::
FILE casbinTargets.cmake
FILE casbinConfig.cmake
)

# Installing headers
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ You may integrate casbin into your CMake project through `find_package`.
cmake --build . --target install
```
- For **Windows**, this will install `casbin.lib` to `C:/Program Files/casbin/lib`
- For **Windows**, this will install `casbin.lib` to `<custom-path>/casbin-cpp/build/casbin`
and the headers to `C:/Program Files/casbin/include`.
- For Unix based OS i.e. **Linux and macOS**, this will install `casbin.a` to `usr/local/lib`
- For Unix based OS i.e. **Linux and macOS**, this will install `casbin.a` to `<custom-path>/casbin-cpp/build/casbin`
and the headers to `usr/local/include`.
You can add the respective include and lib paths
Expand Down

0 comments on commit 4ba0cda

Please sign in to comment.