2010-12-07 11:40:10 +00:00
|
|
|
|
|
|
|
add_executable(pdh_winetest pdh.c testlist.c)
|
|
|
|
set_module_type(pdh_winetest win32cui)
|
|
|
|
add_importlibs(pdh_winetest pdh msvcrt kernel32 ntdll)
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET pdh_winetest DESTINATION reactos/bin FOR all)
|