mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
14 lines
314 B
CMake
14 lines
314 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 crypt32 secur32 msvcrt kernel32)
|
|
add_rostests_file(TARGET secur32_winetest)
|