mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
cc7cf82673
CORE-17097
6 lines
162 B
CMake
6 lines
162 B
CMake
|
|
add_executable(ps ps.c)
|
|
set_module_type(ps win32cui)
|
|
add_importlibs(ps ntdll user32 msvcrt kernel32)
|
|
add_cd_file(TARGET ps DESTINATION reactos/system32 FOR all)
|