mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
11 lines
261 B
CMake
11 lines
261 B
CMake
|
|
list(APPEND SOURCE
|
|
container.c
|
|
provider.c
|
|
testlist.c)
|
|
|
|
add_executable(dxdiagn_winetest ${SOURCE})
|
|
set_module_type(dxdiagn_winetest win32cui)
|
|
add_importlibs(dxdiagn_winetest oleaut32 ole32 msvcrt kernel32)
|
|
add_rostests_file(TARGET dxdiagn_winetest)
|