Work on fixing the build (integration of contrib)

This commit is contained in:
Dirk Ziegelmeier
2018-10-02 12:34:26 +02:00
parent ac46e42aa2
commit 0244dc714b
7 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ set(lwipcontribportwindows_SRCS
)
# pcapif needs WinPcap developer package: https://www.winpcap.org/devel.htm
set(WPDPACK_DIR ${LWIP_CONTRIB_DIR}/../WpdPack)
set(WPDPACK_DIR ${LWIP_DIR}/../WpdPack)
find_library(WPCAP wpcap HINTS ${WPDPACK_DIR}/lib)
find_library(PACKET packet HINTS ${WPDPACK_DIR}/lib)