reactos/rostests/winetests/mscoree/CMakeLists.txt
Amine Khaldi dfcb1751b4 [MSCOREE_WINETEST]
* Globally mark expected failures as todos.
* Remove redundant definitions.
ROSTESTS-128

svn path=/trunk/; revision=62174
2014-02-14 23:10:53 +00:00

14 lines
361 B
CMake

add_definitions(-DUSE_WINE_TODOS)
add_executable(mscoree_winetest
debugging.c
metahost.c
mscoree.c
testlist.c)
target_link_libraries(mscoree_winetest wine uuid)
set_module_type(mscoree_winetest win32cui)
add_importlibs(mscoree_winetest ole32 shlwapi msvcrt kernel32 ntdll)
add_cd_file(TARGET mscoree_winetest DESTINATION reactos/bin FOR all)