diff options
author | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2009-08-30 06:24:44 +0000 |
---|---|---|
committer | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2009-08-30 06:24:44 +0000 |
commit | 943e829e47fef1007afe46b0b1080df00d257cde (patch) | |
tree | 986ee5d2f8b64a1dd34f1f48e7987e6705d60cb8 /CMakeLists.txt | |
parent | da7f3462eb1a7f71a29c7149ad10a90c47e8ea39 (diff) | |
download | wireshark-943e829e47fef1007afe46b0b1080df00d257cde.tar.gz wireshark-943e829e47fef1007afe46b0b1080df00d257cde.tar.bz2 wireshark-943e829e47fef1007afe46b0b1080df00d257cde.zip |
Add WIN32 platform sources
svn path=/trunk/; revision=29621
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
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() |