reactos/modules/rostests/win32/user32/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

7 lines
168 B
CMake

add_subdirectory(biditext)
add_subdirectory(messagebox)
add_subdirectory(paintdesktop)
add_subdirectory(psmtest)
add_subdirectory(sysicon)
add_subdirectory(winstation)