mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
0387152a97
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60361
6 lines
206 B
CMake
6 lines
206 B
CMake
|
|
add_executable(pdh_winetest pdh.c testlist.c)
|
|
set_module_type(pdh_winetest win32cui)
|
|
add_importlibs(pdh_winetest pdh msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET pdh_winetest DESTINATION reactos/bin FOR all)
|