mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
600a2538f3
* Globally mark expected failures as todos. ROSTESTS-128 svn path=/trunk/; revision=62157
17 lines
450 B
CMake
17 lines
450 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
|
|
list(APPEND SOURCE
|
|
filedlg.c
|
|
finddlg.c
|
|
fontdlg.c
|
|
itemdlg.c
|
|
printdlg.c
|
|
testlist.c)
|
|
|
|
add_executable(comdlg32_winetest ${SOURCE} rsrc.rc)
|
|
target_link_libraries(comdlg32_winetest uuid)
|
|
set_module_type(comdlg32_winetest win32cui)
|
|
add_importlibs(comdlg32_winetest comdlg32 winspool user32 gdi32 ole32 shell32 msvcrt kernel32)
|
|
add_cd_file(TARGET comdlg32_winetest DESTINATION reactos/bin FOR all)
|