mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE]
Link cryptdll to advapi32 svn path=/branches/cmake-bringup/; revision=50627
This commit is contained in:
parent
f11bd43d00
commit
b32867cfba
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue