mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
6 lines
299 B
CMake
6 lines
299 B
CMake
|
|
add_executable(dbghelp_winetest dbghelp.c testlist.c)
|
|
target_compile_definitions(dbghelp_winetest PRIVATE WINETEST_USE_DBGSTR_LONGLONG)
|
|
set_module_type(dbghelp_winetest win32cui)
|
|
add_importlibs(dbghelp_winetest dbghelp gdi32 user32 msvcrt kernel32 ntdll)
|
|
add_rostests_file(TARGET dbghelp_winetest)
|