summaryrefslogtreecommitdiff
path: root/epan/crypt
diff options
context:
space:
mode:
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/epan/crypt/CMakeLists.txt b/epan/crypt/CMakeLists.txt
index de05ad62c4..b32d7f6bcc 100644
--- a/epan/crypt/CMakeLists.txt
+++ b/epan/crypt/CMakeLists.txt
@@ -53,6 +53,15 @@ set_target_properties(crypt PROPERTIES
COMPILE_DEFINITIONS "WS_BUILD_DLL"
)
+CHECKAPI(
+ NAME
+ crypt
+ SWITCHES
+ -g termoutput -build
+ SOURCES
+ ${CRYPT_FILES}
+)
+
#
# Editor modelines - http://www.wireshark.org/tools/modelines.html
#