mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
e517ddcc6c
* Globally mark expected failures as todos. ROSTESTS-128 svn path=/trunk/; revision=62187
18 lines
451 B
CMake
18 lines
451 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
|
|
list(APPEND SOURCE
|
|
generated.c
|
|
misc.c
|
|
protocol.c
|
|
sec_mgr.c
|
|
stream.c
|
|
uri.c
|
|
url.c
|
|
testlist.c)
|
|
|
|
add_executable(urlmon_winetest ${SOURCE})
|
|
target_link_libraries(urlmon_winetest uuid)
|
|
set_module_type(urlmon_winetest win32cui)
|
|
add_importlibs(urlmon_winetest urlmon wininet ole32 oleaut32 user32 advapi32 msvcrt kernel32)
|
|
add_cd_file(TARGET urlmon_winetest DESTINATION reactos/bin FOR all)
|