reactos/rostests/winetests/fusion/CMakeLists.txt
Amine Khaldi af816e7806 [FUSION_WINETEST]
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128

svn path=/trunk/; revision=62163
2014-02-14 16:24:47 +00:00

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)