mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
ebd5925af6
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=62866
13 lines
324 B
CMake
13 lines
324 B
CMake
|
|
list(APPEND SOURCE
|
|
main.c
|
|
negotiate.c
|
|
ntlm.c
|
|
schannel.c
|
|
secur32.c
|
|
testlist.c)
|
|
|
|
add_executable(secur32_winetest ${SOURCE})
|
|
set_module_type(secur32_winetest win32cui)
|
|
add_importlibs(secur32_winetest advapi32 ws2_32 msvcrt kernel32)
|
|
add_cd_file(TARGET secur32_winetest DESTINATION reactos/bin FOR all)
|