mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fix cmake compile error with websockets
This commit is contained in:
parent
e4cd1a465c
commit
8a3bb50143
2 changed files with 16 additions and 16 deletions
|
@ -110,7 +110,7 @@ set (CLIENT_SRC
|
|||
)
|
||||
|
||||
if(WITH_WEBSOCKETS)
|
||||
list (APPEND CLIENT_SRC "${LIBI2PD_SRC_DIR}/Websocket.cpp")
|
||||
list (APPEND CLIENT_SRC "${LIBI2PD_CLIENT_SRC_DIR}/Websocket.cpp")
|
||||
endif ()
|
||||
add_library(i2pdclient ${CLIENT_SRC})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue