1 2add_executable(winstation winstation.c winstation.rc) 3set_module_type(winstation win32gui UNICODE) 4add_importlibs(winstation user32 msvcrt kernel32) 5add_rostests_file(TARGET winstation SUBDIR suppl) 6
1 2add_executable(winstation winstation.c winstation.rc) 3set_module_type(winstation win32gui UNICODE) 4add_importlibs(winstation user32 msvcrt kernel32) 5add_rostests_file(TARGET winstation SUBDIR suppl) 6