aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/CMakeLists.txt17
1 files changed, 8 insertions, 9 deletions
diff --git a/epan/ftypes/CMakeLists.txt b/epan/ftypes/CMakeLists.txt
index 6ddcb9fbee..9f1d62f294 100644
--- a/epan/ftypes/CMakeLists.txt
+++ b/epan/ftypes/CMakeLists.txt
@@ -58,15 +58,14 @@ set_target_properties(ftypes PROPERTIES
COMPILE_DEFINITIONS "WS_BUILD_DLL"
)
-# Commented out as per nmake
-#CHECKAPI(
-# NAME
-# ftypes
-# SWITCHES
-# -g termoutput -build
-# SOURCES
-# ${FTYPE_FILES}
-#)
+CHECKAPI(
+ NAME
+ ftypes
+ SWITCHES
+ -g termoutput -build
+ SOURCES
+ ${FTYPE_FILES}
+)
#
# Editor modelines - http://www.wireshark.org/tools/modelines.html