aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-30 06:24:44 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-30 06:24:44 +0000
commit943e829e47fef1007afe46b0b1080df00d257cde (patch)
tree986ee5d2f8b64a1dd34f1f48e7987e6705d60cb8 /CMakeLists.txt
parentda7f3462eb1a7f71a29c7149ad10a90c47e8ea39 (diff)
Add WIN32 platform sources
svn path=/trunk/; revision=29621
Diffstat (limited to 'CMakeLists.txt')
-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()