aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bedd32bfa2..58d945bd0c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -198,6 +198,12 @@ if(UNIX)
)
endif()
+if(WIN32)
+ set(PLATFORM_SRC
+ capture-wpcap.c capture_wpcap_packet.c
+ )
+endif()
+
if(BUILD_wireshark)
# todo
endif()