reactos/rostests/winetests/pdh/CMakeLists.txt

9 lines
256 B
CMake
Raw Normal View History

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_cd_file(TARGET pdh_winetest DESTINATION reactos/bin FOR all)