]> The Tcpdump Group git mirrors - libpcap/commitdiff
Add 'Win32/WpdPack/Include' the include-list for an AppVeyor build. 567/head
authorGisle Vanem <[email protected]>
Mon, 13 Mar 2017 23:16:15 +0000 (23:16 +0000)
committerGisle Vanem <[email protected]>
Mon, 13 Mar 2017 23:16:15 +0000 (23:16 +0000)
CMakeLists.txt

index 60ac77ef6c41dd65975368b7dc346dca596fdaae..df4caf6c73dd3d921f69ee07a084f19e30e3b19c 100644 (file)
@@ -8,7 +8,7 @@ cmake_minimum_required( VERSION 2.8.8 )
 if (POLICY CMP0042)
     cmake_policy(SET CMP0042 OLD)
 endif()
+
 project( pcap )
 #
 # Call the library "wpcap" on Windows, for backwards compatibility.
@@ -54,6 +54,9 @@ include_directories(
 )
 
 if( WIN32 )
+    #
+    # The 'Win32/WpdPack/' directory branch is for an AppVeyor build.
+    #
     if( NOT "${PACKET_DLL_DIR}" STREQUAL "" )
         include_directories("${PACKET_DLL_DIR}/Include")
         if( CMAKE_CL_64 )
@@ -65,6 +68,7 @@ if( WIN32 )
     include_directories(
         ../Common/
         Win32/Include
+        Win32/WpdPack/Include
     )
 endif( WIN32)