mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
af816e7806
* Globally mark expected failures as todos. * Remove redundant definition. ROSTESTS-128 svn path=/trunk/; revision=62163
15 lines
335 B
CMake
15 lines
335 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
|
|
list(APPEND SOURCE
|
|
asmcache.c
|
|
asmenum.c
|
|
asmname.c
|
|
fusion.c
|
|
testlist.c)
|
|
|
|
add_executable(fusion_winetest ${SOURCE})
|
|
set_module_type(fusion_winetest win32cui)
|
|
add_importlibs(fusion_winetest user32 msvcrt kernel32)
|
|
add_cd_file(TARGET fusion_winetest DESTINATION reactos/bin FOR all)
|