X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Flib%2Fdrivers%2Flwip%2FCMakeLists.txt;h=1075e6c1d806589c5ea53393d30e45365d1b1174;hp=4095b8631311b5725692325ee733b638beaf1ff7;hb=4f3a4a5c0406922185de818c4b168a3c57cf4a2a;hpb=002f279f26988937083195e3ae384a5ff009d892 diff --git a/reactos/lib/drivers/lwip/CMakeLists.txt b/reactos/lib/drivers/lwip/CMakeLists.txt index 4095b863131..1075e6c1d80 100644 --- a/reactos/lib/drivers/lwip/CMakeLists.txt +++ b/reactos/lib/drivers/lwip/CMakeLists.txt @@ -59,7 +59,7 @@ list(APPEND SOURCE precomp.h) add_library(lwip ${SOURCE}) -add_dependencies(lwip bugcodes) +add_dependencies(lwip bugcodes xdk) add_pch(lwip precomp.h SOURCE) if(NOT MSVC)