mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE]
Link fusion to uuid to fix msvc build svn path=/branches/cmake-bringup/; revision=50595
This commit is contained in:
parent
f264eb68b2
commit
f9a184e117
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ list(APPEND SOURCE
|
|||
add_library(fusion SHARED ${SOURCE})
|
||||
|
||||
set_module_type(fusion win32dll)
|
||||
target_link_libraries(fusion wine)
|
||||
target_link_libraries(fusion wine uuid)
|
||||
add_importlibs(fusion shlwapi advapi32 dbghelp user32 msvcrt kernel32 ntdll)
|
||||
add_cab_target(fusion 1)
|
||||
|
|
Loading…
Reference in a new issue