Skip to content

Commit

Permalink
Fix LWS dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0xg0nz0 committed Apr 14, 2024
1 parent 0c2ec9c commit 9fecbea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ externalproject_add(lws
GIT_TAG v4.3.3
PREFIX ${CMAKE_BINARY_DIR}/lws
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR> -DLWS_WITH_SHARED=OFF -DLWS_WITH_WOLFSSL=1 -DLWS_WOLFSSL_INCLUDE_DIRS=${WOLFSSL_INSTALL_DIR}/include -DLWS_WOLFSSL_LIBRARIES=${WOLFSSL_INSTALL_DIR}/lib/libwolfssl.a ..
BUILD_BYPRODUCTS ${CMAKE_BINARY_DIR}/lws/lib/libwebsockets.a
DEPENDS wolfssl
)
externalproject_get_property(lws INSTALL_DIR)
Expand Down

0 comments on commit 9fecbea

Please sign in to comment.