mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
e19324d486
* Globally mark expected failures as todos. ROSTESTS-128 svn path=/trunk/; revision=62193
14 lines
411 B
CMake
14 lines
411 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
|
|
list(APPEND SOURCE
|
|
notification.c
|
|
url.c
|
|
winhttp.c
|
|
testlist.c)
|
|
|
|
add_executable(winhttp_winetest ${SOURCE})
|
|
target_link_libraries(winhttp_winetest uuid)
|
|
set_module_type(winhttp_winetest win32cui)
|
|
add_importlibs(winhttp_winetest winhttp oleaut32 ole32 crypt32 advapi32 ws2_32 msvcrt kernel32)
|
|
add_cd_file(TARGET winhttp_winetest DESTINATION reactos/bin FOR all)
|