From b56e88991d5a0cc49c47ae5e5357d6b1bc13655b Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Fri, 18 Feb 2011 02:16:29 +0000 Subject: [PATCH] try fix build svn path=/branches/cmake-bringup/; revision=50781 --- dll/win32/wuapi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/wuapi/CMakeLists.txt b/dll/win32/wuapi/CMakeLists.txt index b6cc414dc35..33ceb54a546 100644 --- a/dll/win32/wuapi/CMakeLists.txt +++ b/dll/win32/wuapi/CMakeLists.txt @@ -26,4 +26,4 @@ set_module_type(wuapi win32dll) target_link_libraries(wuapi uuid wine wuapi_idl_header) add_importlibs(wuapi ole32 advapi32 msvcrt kernel32 ntdll) add_cab_target(wuapi 1) - \ No newline at end of file +add_dependencies(wuapi wuapi_idl_header) \ No newline at end of file