mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
12 lines
280 B
CMake
12 lines
280 B
CMake
|
|
add_definitions(-DWINETEST_USE_DBGSTR_LONGLONG)
|
|
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)
|