summaryrefslogtreecommitdiff
path: root/epan/ftypes/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ftypes/CMakeLists.txt')
-rw-r--r--epan/ftypes/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/epan/ftypes/CMakeLists.txt b/epan/ftypes/CMakeLists.txt
index 306c57817e..245ceb9052 100644
--- a/epan/ftypes/CMakeLists.txt
+++ b/epan/ftypes/CMakeLists.txt
@@ -58,6 +58,16 @@ 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}
+#)
+
#
# Editor modelines - http://www.wireshark.org/tools/modelines.html
#