mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 02:23:47 +00:00
6 lines
157 B
Text
6 lines
157 B
Text
![]() |
|
||
|
add_executable(ps ps.c)
|
||
|
set_module_type(ps win32cui)
|
||
|
add_importlibs(ps ntdll user32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET ps DESTINATION reactos/bin FOR all)
|