[OLE32_WINETEST]
[reactos.git] / rostests / winetests / ole32 / CMakeLists.txt
1
2 list(APPEND SOURCE
3 clipboard.c
4 compobj.c
5 defaulthandler.c
6 dragdrop.c
7 errorinfo.c
8 hglobalstream.c
9 marshal.c
10 moniker.c
11 ole2.c
12 ole_server.c
13 propvariant.c
14 stg_prop.c
15 storage32.c
16 usrmarshal.c
17 testlist.c)
18
19 add_executable(ole32_winetest ${SOURCE})
20 target_link_libraries(ole32_winetest uuid)
21 set_module_type(ole32_winetest win32cui)
22 add_importlibs(ole32_winetest oleaut32 ole32 user32 gdi32 advapi32 msvcrt kernel32)
23 add_cd_file(TARGET ole32_winetest DESTINATION reactos/bin FOR all)