mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
2a0449a453
* Import from Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60501
10 lines
285 B
CMake
10 lines
285 B
CMake
|
|
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)
|