[SHELL32]
[reactos.git] / rostests / winetests / quartz / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_DLL -D__USE_CRTIMP)
5
6 list(APPEND SOURCE
7 avisplitter.c
8 dsoundrender.c
9 filtergraph.c
10 filtermapper.c
11 memallocator.c
12 misc.c
13 referenceclock.c
14 videorenderer.c
15 testlist.c)
16
17 add_executable(quartz_winetest ${SOURCE})
18 target_link_libraries(quartz_winetest wine uuid)
19 set_module_type(quartz_winetest win32cui)
20 add_importlibs(quartz_winetest ole32 oleaut32 advapi32 msvcrt kernel32 ntdll)
21 add_cd_file(TARGET quartz_winetest DESTINATION reactos/bin FOR all)