mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
11 lines
280 B
CMake
11 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)
|