mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
041ff27f2d
[WS2_32_APITEST] - Make WSAStartup test more robust and stricter svn path=/trunk/; revision=56804
13 lines
353 B
CMake
13 lines
353 B
CMake
|
|
list(APPEND SOURCE
|
|
WinHttpOpen.c
|
|
testlist.c)
|
|
|
|
add_executable(winhttp_apitest ${SOURCE})
|
|
target_link_libraries(winhttp_apitest wine)
|
|
set_module_type(winhttp_apitest win32cui)
|
|
add_importlibs(winhttp_apitest msvcrt kernel32 ntdll)
|
|
#add_delay_importlibs(winhttp_apitest winhttp)
|
|
|
|
add_cd_file(TARGET winhttp_apitest DESTINATION reactos/bin FOR all)
|