From 3ae2bbdad92e6cbbbdb554486e38ecddc56bd447 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Wed, 16 Feb 2011 14:33:34 +0000 Subject: [PATCH] - Fix build svn path=/branches/cmake-bringup/; revision=50748 --- dll/win32/hnetcfg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/hnetcfg/CMakeLists.txt b/dll/win32/hnetcfg/CMakeLists.txt index b8fe19e2840..0be671c5b71 100644 --- a/dll/win32/hnetcfg/CMakeLists.txt +++ b/dll/win32/hnetcfg/CMakeLists.txt @@ -23,7 +23,7 @@ add_library(hnetcfg SHARED ${SOURCE}) set_module_type(hnetcfg win32dll) -target_link_libraries(hnetcfg wine) +target_link_libraries(hnetcfg wine uuid) add_importlibs(hnetcfg ole32