mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[QUARTZ_WINETEST]
Link to uuid. Fixes msvc build svn path=/trunk/; revision=52314
This commit is contained in:
parent
0b083b85ae
commit
8ff6df4108
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ list(APPEND SOURCE
|
|||
testlist.c)
|
||||
|
||||
add_executable(quartz_winetest ${SOURCE})
|
||||
target_link_libraries(quartz_winetest wine)
|
||||
target_link_libraries(quartz_winetest wine uuid)
|
||||
set_module_type(quartz_winetest win32cui)
|
||||
add_importlibs(quartz_winetest ole32 oleaut32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET quartz_winetest DESTINATION reactos/bin FOR all)
|
||||
|
|
Loading…
Reference in a new issue