This commit is contained in:
2024-10-16 18:06:10 +03:00
parent e57d8ed546
commit 64ded5f3f3
2 changed files with 71 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ if (USE_UWEBSOCKET)
FetchContent_MakeAvailable(uwebsockets)
FetchContent_GetProperties(uwebsockets SOURCE_DIR uwebsockets_SOURCE_DIR)
set(UWEBSOCKET_INCLUDE_DIR ${uwebsockets_SOURCE_DIR}/src)
set(UWEBSOCKETS_INCLUDE_DIR ${uwebsockets_SOURCE_DIR}/src)
FetchContent_Declare(usockets
SOURCE_DIR ${uwebsockets_SOURCE_DIR}/uSockets
@@ -177,3 +177,4 @@ target_include_directories(
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>
)