Deployed 20a028e with MkDocs version: 1.3.1

This commit is contained in:
2022-08-02 20:29:41 +00:00
parent ea66c8fa60
commit 1d635f37d5
6 changed files with 13 additions and 13 deletions

View File

@ -144,7 +144,7 @@ There is a unittest which can be executed by typing <code>make test</code>.</p>
# include headers
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
</code></pre>
<h3 id="conan">Conan</h3>