X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=drivers%2Fnetwork%2Ftcpip%2FCMakeLists.txt;h=30ec32176a8c6f9b997992316631565403c7b287;hp=e86a0d7fcec59fef577fd167d0e0e86a0244eaa9;hb=e385be59b16fce37dcfa604fc77bc648fad57910;hpb=90e7802e043486a2d739ae5ef0b7598d0ba43feb diff --git a/drivers/network/tcpip/CMakeLists.txt b/drivers/network/tcpip/CMakeLists.txt index e86a0d7fcec..30ec32176a8 100644 --- a/drivers/network/tcpip/CMakeLists.txt +++ b/drivers/network/tcpip/CMakeLists.txt @@ -1,7 +1,8 @@ include_directories( BEFORE include - ${REACTOS_SOURCE_DIR}/lib/drivers/oskittcp/include) + ${REACTOS_SOURCE_DIR}/lib/drivers/lwip/src/include + ${REACTOS_SOURCE_DIR}/lib/drivers/lwip/src/include/ipv4) add_definitions( -DNDIS40 @@ -30,7 +31,7 @@ add_library(tcpip SHARED ${CMAKE_CURRENT_BINARY_DIR}/tcpip_precomp.h.gch ${SOURC target_link_libraries(tcpip ip - oskittcp + lwip ${PSEH_LIB} chew)