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