mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
5 lines
206 B
CMake
5 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)
|