mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
38a91a2562
* Globally mark expected failures as todos. ROSTESTS-128 svn path=/trunk/; revision=62167
12 lines
333 B
CMake
12 lines
333 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
|
|
list(APPEND SOURCE
|
|
mimeintl.c
|
|
mimeole.c
|
|
testlist.c)
|
|
|
|
add_executable(inetcomm_winetest ${SOURCE})
|
|
set_module_type(inetcomm_winetest win32cui)
|
|
add_importlibs(inetcomm_winetest inetcomm oleaut32 ole32 msvcrt kernel32)
|
|
add_cd_file(TARGET inetcomm_winetest DESTINATION reactos/bin FOR all)
|