mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[QUARTZ_WINETEST]
* Generate a local copy of the fil_data header instead of reusing the identical quartz one. CORE-7469 svn path=/trunk/; revision=60610
This commit is contained in:
parent
09b7cedebe
commit
9f4686524d
1 changed files with 2 additions and 1 deletions
|
@ -10,9 +10,10 @@ list(APPEND SOURCE
|
|||
videorenderer.c
|
||||
testlist.c)
|
||||
|
||||
add_idl_headers(quartz_test_idlheader fil_data.idl)
|
||||
add_executable(quartz_winetest ${SOURCE})
|
||||
target_link_libraries(quartz_winetest uuid)
|
||||
add_dependencies(quartz_winetest quartz_idlheader)
|
||||
add_dependencies(quartz_winetest quartz_test_idlheader)
|
||||
set_module_type(quartz_winetest win32cui)
|
||||
add_importlibs(quartz_winetest ole32 oleaut32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET quartz_winetest DESTINATION reactos/bin FOR all)
|
||||
|
|
Loading…
Reference in a new issue