mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
11 lines
285 B
Text
11 lines
285 B
Text
|
|
||
|
list(APPEND SOURCE
|
||
|
container.c
|
||
|
provider
|
||
|
testlist.c)
|
||
|
|
||
|
add_executable(dxdiagn_winetest ${SOURCE})
|
||
|
set_module_type(dxdiagn_winetest win32cui)
|
||
|
add_importlibs(dxdiagn_winetest oleaut32 ole32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET dxdiagn_winetest DESTINATION reactos/bin FOR all)
|