a332f06b5e758a90a4bf33e39ba28c7b58b6ad04
[reactos.git] / rostests / winetests / crypt32 / CMakeLists.txt
1
2 add_definitions(-DUSE_WINE_TODOS)
3
4 list(APPEND SOURCE
5 base64.c
6 cert.c
7 chain.c
8 crl.c
9 ctl.c
10 encode.c
11 main.c
12 message.c
13 msg.c
14 object.c
15 oid.c
16 protectdata.c
17 sip.c
18 store.c
19 str.c
20 testlist.c)
21
22 add_executable(crypt32_winetest ${SOURCE})
23 set_module_type(crypt32_winetest win32cui)
24 add_importlibs(crypt32_winetest crypt32 advapi32 user32 shlwapi shell32 msvcrt kernel32)
25 add_cd_file(TARGET crypt32_winetest DESTINATION reactos/bin FOR all)