2010-12-07 11:40:10 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
avisplitter.c
|
|
|
|
dsoundrender.c
|
|
|
|
filtergraph.c
|
|
|
|
filtermapper.c
|
|
|
|
memallocator.c
|
|
|
|
misc.c
|
|
|
|
referenceclock.c
|
|
|
|
videorenderer.c
|
|
|
|
testlist.c)
|
|
|
|
|
2013-10-11 13:33:44 +00:00
|
|
|
add_idl_headers(quartz_test_idlheader fil_data.idl)
|
2010-12-07 11:40:10 +00:00
|
|
|
add_executable(quartz_winetest ${SOURCE})
|
2013-10-11 13:13:45 +00:00
|
|
|
target_link_libraries(quartz_winetest uuid)
|
2013-10-11 13:33:44 +00:00
|
|
|
add_dependencies(quartz_winetest quartz_test_idlheader)
|
2010-12-07 11:40:10 +00:00
|
|
|
set_module_type(quartz_winetest win32cui)
|
2014-04-19 16:28:22 +00:00
|
|
|
add_importlibs(quartz_winetest ole32 oleaut32 advapi32 msvcrt kernel32)
|
|
|
|
if(MSVC)
|
|
|
|
add_importlibs(quartz_winetest ntdll)
|
|
|
|
endif()
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET quartz_winetest DESTINATION reactos/bin FOR all)
|