if (POLICY CMP0042)
cmake_policy(SET CMP0042 OLD)
endif()
-
+
project( pcap )
#
# Call the library "wpcap" on Windows, for backwards compatibility.
)
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 )
include_directories(
../Common/
Win32/Include
+ Win32/WpdPack/Include
)
endif( WIN32)