summaryrefslogtreecommitdiff
path: root/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'codecs')
-rw-r--r--codecs/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/codecs/CMakeLists.txt b/codecs/CMakeLists.txt
index 4cdc2598ed..3981a863cc 100644
--- a/codecs/CMakeLists.txt
+++ b/codecs/CMakeLists.txt
@@ -81,3 +81,12 @@ if(NOT ${ENABLE_STATIC})
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
endif()
+
+CHECKAPI(
+ NAME
+ codecs
+ SWITCHES
+ -g abort -g termoutput -build
+ SOURCES
+ ${WSCODECS_FILES}
+)