Author: gedmurphy Date: Mon Oct 26 14:43:29 2015 New Revision: 69711
URL: http://svn.reactos.org/svn/reactos?rev=69711&view=rev Log: [WMVCORE] - Add dll to the correct destination dir CORE-10404
Modified: trunk/reactos/dll/win32/wmvcore/CMakeLists.txt
Modified: trunk/reactos/dll/win32/wmvcore/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wmvcore/CMakeList... ============================================================================== --- trunk/reactos/dll/win32/wmvcore/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/dll/win32/wmvcore/CMakeLists.txt [iso-8859-1] Mon Oct 26 14:43:29 2015 @@ -13,4 +13,4 @@ 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)