2010-12-07 11:40:10 +00:00
|
|
|
|
2017-09-16 20:45:12 +00:00
|
|
|
add_definitions(-DWINETEST_USE_DBGSTR_LONGLONG)
|
|
|
|
|
2016-04-20 12:39:37 +00:00
|
|
|
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
2015-03-14 23:33:29 +00:00
|
|
|
|
2010-12-07 11:40:10 +00:00
|
|
|
list(APPEND SOURCE
|
|
|
|
avisplitter.c
|
|
|
|
dsoundrender.c
|
|
|
|
filtergraph.c
|
|
|
|
filtermapper.c
|
|
|
|
memallocator.c
|
|
|
|
misc.c
|
2015-11-24 12:34:05 +00:00
|
|
|
mpegsplit.c
|
2010-12-07 11:40:10 +00:00
|
|
|
referenceclock.c
|
|
|
|
videorenderer.c
|
|
|
|
testlist.c)
|
|
|
|
|
2013-10-11 13:33:44 +00:00
|
|
|
add_idl_headers(quartz_test_idlheader fil_data.idl)
|
2018-01-21 21:34:54 +00:00
|
|
|
add_executable(quartz_winetest ${SOURCE} rsrc.rc)
|
2013-10-11 13:13:45 +00:00
|
|
|
target_link_libraries(quartz_winetest uuid)
|
2015-03-14 23:58:45 +00:00
|
|
|
add_dependencies(quartz_winetest dxsdk quartz_test_idlheader)
|
2010-12-07 11:40:10 +00:00
|
|
|
set_module_type(quartz_winetest win32cui)
|
2018-01-21 21:34:54 +00:00
|
|
|
add_importlibs(quartz_winetest ole32 oleaut32 advapi32 user32 msvcrt kernel32)
|
2014-10-17 23:29:24 +00:00
|
|
|
|
2014-04-19 16:28:22 +00:00
|
|
|
if(MSVC)
|
|
|
|
add_importlibs(quartz_winetest ntdll)
|
|
|
|
endif()
|
2014-10-17 23:29:24 +00:00
|
|
|
|
2017-01-13 09:24:15 +00:00
|
|
|
add_rostests_file(TARGET quartz_winetest)
|