[CMAKE]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 9 Feb 2011 10:30:01 +0000 (10:30 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 9 Feb 2011 10:30:01 +0000 (10:30 +0000)
Link cryptdll to advapi32

svn path=/branches/cmake-bringup/; revision=50627

dll/win32/cryptdll/CMakeLists.txt

index 748a429..bf100e5 100644 (file)
@@ -14,5 +14,5 @@ add_library(cryptdll SHARED ${SOURCE})
 
 set_module_type(cryptdll win32dll)
 target_link_libraries(cryptdll wine)
-add_importlibs(cryptdll msvcrt kernel32 ntdll)
+add_importlibs(cryptdll advapi32 msvcrt kernel32 ntdll)
 add_cab_target(cryptdll 1)