diff --git a/reactos/dll/win32/wmvcore/CMakeLists.txt b/reactos/dll/win32/wmvcore/CMakeLists.txt index f46ad19ac7c..e31e732a323 100644 --- a/reactos/dll/win32/wmvcore/CMakeLists.txt +++ b/reactos/dll/win32/wmvcore/CMakeLists.txt @@ -13,4 +13,4 @@ add_library(wmvcore SHARED ${SOURCE}) set_module_type(wmvcore win32dll) target_link_libraries(wmvcore wine) add_importlibs(wmvcore msvcrt kernel32 ntdll) -add_cd_file(TARGET wmvcore DESTINATION reactos/system32/wbem FOR all) +add_cd_file(TARGET wmvcore DESTINATION reactos/system32 FOR all)