mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
14 lines
331 B
CMake
14 lines
331 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_rostests_file(TARGET wintrust_winetest)
|