X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdll%2Fwin32%2Fwbemdisp%2FCMakeLists.txt;h=8f748f717581c7a2351f6038c5c35c7c0b33c5d9;hp=d30ee33a9ee9d3db9be071a83381f6b3fc0aa838;hb=8597a0a5f32a874ed128c5a5d5243e98b925acdb;hpb=af48f83e26b66436da46ae5c4785b7d69c14f0c4 diff --git a/reactos/dll/win32/wbemdisp/CMakeLists.txt b/reactos/dll/win32/wbemdisp/CMakeLists.txt index d30ee33a9ee..8f748f71758 100644 --- a/reactos/dll/win32/wbemdisp/CMakeLists.txt +++ b/reactos/dll/win32/wbemdisp/CMakeLists.txt @@ -27,6 +27,6 @@ add_library(wbemdisp SHARED set_module_type(wbemdisp win32dll) target_link_libraries(wbemdisp uuid wine) add_dependencies(wbemdisp stdole2 wbemdisp_idlheader) -add_importlibs(wbemdisp oleaut32 msvcrt kernel32 ntdll) +add_importlibs(wbemdisp oleaut32 ole32 msvcrt kernel32 ntdll) add_pch(wbemdisp wbemdisp_private.h SOURCE) add_cd_file(TARGET wbemdisp DESTINATION reactos/system32/wbem FOR all)