reactos/modules/rostests/win32/user32/psmtest/CMakeLists.txt
Baruch Rutman acb1f24085
[ROSTESTS] Add a test program. (#890)
Add a test program that shows how the *PSMTextOut() functions draw
the strings by a side by side comparison between LpkPSMTextOut() and
UserLpkPSMTextOut().
2018-10-08 16:17:55 +02:00

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)