mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
81a2713a14
* Globally mark expected failures as todos. ROSTESTS-128 svn path=/trunk/; revision=62166
12 lines
308 B
CMake
12 lines
308 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
|
|
list(APPEND SOURCE
|
|
image.c
|
|
integrity.c
|
|
testlist.c)
|
|
|
|
add_executable(imagehlp_winetest ${SOURCE})
|
|
set_module_type(imagehlp_winetest win32cui)
|
|
add_importlibs(imagehlp_winetest msvcrt kernel32)
|
|
add_cd_file(TARGET imagehlp_winetest DESTINATION reactos/bin FOR all)
|