[ROSTESTS] Add an interactive test for window stations. See also PR #621.
[reactos.git] / modules / rostests / win32 / user32 / winstation / CMakeLists.txt
1
2 add_executable(winstation winstation.c winstation.rc)
3 set_module_type(winstation win32gui UNICODE)
4 add_importlibs(winstation user32 msvcrt kernel32)
5 add_rostests_file(TARGET winstation SUBDIR suppl)