Deployed 20a028e
with MkDocs version: 1.3.1
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user