[QUARTZ_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
[reactos.git] / rostests / winetests / quartz / CMakeLists.txt
1
2 include_directories(BEFORE ${REACTOS_SOURCE_DIR}/include/reactos/wine)
3
4 list(APPEND SOURCE
5 avisplitter.c
6 dsoundrender.c
7 filtergraph.c
8 filtermapper.c
9 memallocator.c
10 misc.c
11 mpegsplit.c
12 referenceclock.c
13 videorenderer.c
14 testlist.c)
15
16 add_idl_headers(quartz_test_idlheader fil_data.idl)
17 add_executable(quartz_winetest ${SOURCE})
18 target_link_libraries(quartz_winetest uuid)
19 add_dependencies(quartz_winetest dxsdk quartz_test_idlheader)
20 set_module_type(quartz_winetest win32cui)
21 add_importlibs(quartz_winetest ole32 oleaut32 advapi32 msvcrt kernel32)
22
23 if(MSVC)
24 add_importlibs(quartz_winetest ntdll)
25 endif()
26
27 add_cd_file(TARGET quartz_winetest DESTINATION reactos/bin FOR all)