[WMVCORE]

- Add dll to the correct destination dir
CORE-10404

svn path=/trunk/; revision=69711
This commit is contained in:
Ged Murphy 2015-10-26 14:43:29 +00:00
parent dde60eb9ef
commit 07ca1a7a5c

View file

@ -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)