aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/websocket/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/supplemental/websocket/CMakeLists.txt')
-rw-r--r--src/supplemental/websocket/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/supplemental/websocket/CMakeLists.txt b/src/supplemental/websocket/CMakeLists.txt
index 22ee955d..3b102c80 100644
--- a/src/supplemental/websocket/CMakeLists.txt
+++ b/src/supplemental/websocket/CMakeLists.txt
@@ -12,5 +12,7 @@ if (NNG_SUPP_WEBSOCKET)
set(_SRCS
supplemental/websocket/websocket.c
supplemental/websocket/websocket.h)
+else()
+ set(_SRCS supplemental/websocket/stubs.c)
endif()
set(NNG_SRCS ${NNG_SRCS} ${_SRCS} PARENT_SCOPE)