9f3f03b92d1011214e8e5964ee038c557e449411
[reactos.git] / rostests / winetests / ole32 / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_DLL -D__USE_CRTIMP)
5
6 list(APPEND SOURCE
7 clipboard.c
8 compobj.c
9 defaulthandler.c
10 dragdrop.c
11 errorinfo.c
12 hglobalstream.c
13 marshal.c
14 moniker.c
15 ole2.c
16 propvariant.c
17 stg_prop.c
18 storage32.c
19 usrmarshal.c
20 testlist.c)
21
22 add_executable(ole32_winetest ${SOURCE})
23 target_link_libraries(ole32_winetest wine uuid)
24 set_module_type(ole32_winetest win32cui)
25 add_importlibs(ole32_winetest oleaut32 ole32 user32 gdi32 advapi32 msvcrt kernel32 ntdll)