mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
acb1f24085
Add a test program that shows how the *PSMTextOut() functions draw the strings by a side by side comparison between LpkPSMTextOut() and UserLpkPSMTextOut().
6 lines
204 B
CMake
6 lines
204 B
CMake
|
|
add_executable(psmtest psmtest.c)
|
|
set_module_type(psmtest win32gui UNICODE)
|
|
add_importlibs(psmtest lpk gdi32 user32 shell32 comctl32 msvcrt kernel32 ntdll)
|
|
add_rostests_file(TARGET psmtest SUBDIR suppl)
|