mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
32351ba6e9
* Globally mark expected failures as todos. ROSTESTS-128 svn path=/trunk/; revision=62195
14 lines
357 B
CMake
14 lines
357 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
|
|
list(APPEND SOURCE
|
|
asn.c
|
|
crypt.c
|
|
register.c
|
|
softpub.c
|
|
testlist.c)
|
|
|
|
add_executable(wintrust_winetest ${SOURCE})
|
|
set_module_type(wintrust_winetest win32cui)
|
|
add_importlibs(wintrust_winetest wintrust crypt32 advapi32 msvcrt kernel32)
|
|
add_cd_file(TARGET wintrust_winetest DESTINATION reactos/bin FOR all)
|