summaryrefslogtreecommitdiff
path: root/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'codecs')
-rw-r--r--codecs/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/codecs/CMakeLists.txt b/codecs/CMakeLists.txt
index 86f47536ef..4cdc2598ed 100644
--- a/codecs/CMakeLists.txt
+++ b/codecs/CMakeLists.txt
@@ -45,7 +45,9 @@ if(SBC_FOUND)
endif()
set(wscodecs_LIBS
+ ${M_LIBRARIES}
${GMODULE2_LIBRARIES}
+ ${SBC_LIBRARIES}
wsutil
)