1
2add_executable(ps ps.c)
3set_module_type(ps win32cui)
4add_importlibs(ps ntdll user32 msvcrt kernel32)
5add_cd_file(TARGET ps DESTINATION reactos/system32 FOR all)
6