mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 13:59:25 +00:00
10 lines
232 B
CMake
10 lines
232 B
CMake
|
|
add_executable(pdh_winetest pdh.c testlist.c)
|
|
set_module_type(pdh_winetest win32cui)
|
|
add_importlibs(pdh_winetest pdh msvcrt kernel32)
|
|
|
|
if(MSVC)
|
|
add_importlibs(pdh_winetest ntdll)
|
|
endif()
|
|
|
|
add_rostests_file(TARGET pdh_winetest)
|