From f9a184e117b78b54c29e2c9382610e22c1c18b98 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 2 Feb 2011 14:41:48 +0000 Subject: [PATCH] [CMAKE] Link fusion to uuid to fix msvc build svn path=/branches/cmake-bringup/; revision=50595 --- dll/win32/fusion/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/fusion/CMakeLists.txt b/dll/win32/fusion/CMakeLists.txt index a6b1b273e78..6d995a51e76 100644 --- a/dll/win32/fusion/CMakeLists.txt +++ b/dll/win32/fusion/CMakeLists.txt @@ -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) -- 2.17.1