Skip to content

Commit 4ba0cda

Browse files
authored
Merge pull request #157 from sheny1xuan/fix_readme
fix: update lib directory in readme (#148)
2 parents c14bf4e + 823c2fd commit 4ba0cda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ if(CASBIN_INSTALL)
9999
export(
100100
TARGETS casbin
101101
NAMESPACE casbin::
102-
FILE casbinTargets.cmake
102+
FILE casbinConfig.cmake
103103
)
104104

105105
# Installing headers

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ You may integrate casbin into your CMake project through `find_package`.
249249
cmake --build . --target install
250250
```
251251
252-
- For **Windows**, this will install `casbin.lib` to `C:/Program Files/casbin/lib`
252+
- For **Windows**, this will install `casbin.lib` to `<custom-path>/casbin-cpp/build/casbin`
253253
and the headers to `C:/Program Files/casbin/include`.
254-
- For Unix based OS i.e. **Linux and macOS**, this will install `casbin.a` to `usr/local/lib`
254+
- For Unix based OS i.e. **Linux and macOS**, this will install `casbin.a` to `<custom-path>/casbin-cpp/build/casbin`
255255
and the headers to `usr/local/include`.
256256
257257
You can add the respective include and lib paths

0 commit comments

Comments
 (0)