Fix spelling mistake (#401)
This commit is contained in:
parent
8d7b557be6
commit
20a028e2ae
@ -54,7 +54,7 @@ To use the installed package within a cmake project, use the following:
|
|||||||
# include headers
|
# include headers
|
||||||
include_directories(${IXWEBSOCKET_INCLUDE_DIR})
|
include_directories(${IXWEBSOCKET_INCLUDE_DIR})
|
||||||
# ...
|
# ...
|
||||||
target_link_libraries(${PROJECT_NAME} ... ${IXWEBSOCKET_LIBRARY}) # Cmake will automatically fail the generation if the lib was not found, i.e is set to NOTFOUNS
|
target_link_libraries(${PROJECT_NAME} ... ${IXWEBSOCKET_LIBRARY}) # Cmake will automatically fail the generation if the lib was not found, i.e is set to NOTFOUND
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user