projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8736534437b8db097c9e1d69e37a418cce7428fe
[reactos.git]
/
rostests
/
winetests
/
wintrust
/
CMakeLists.txt
1
2
list(APPEND SOURCE
3
asn.c
4
crypt.c
5
register.c
6
softpub.c
7
testlist.c)
8
9
add_executable(wintrust_winetest ${SOURCE})
10
set_module_type(wintrust_winetest win32cui)
11
add_importlibs(wintrust_winetest wintrust crypt32 advapi32 msvcrt kernel32)
12
add_cd_file(TARGET wintrust_winetest DESTINATION reactos/bin FOR all)