mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 00:00:20 +00:00
13 lines
353 B
Text
13 lines
353 B
Text
|
|
||
|
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)
|