reactos/modules/rosapps/applications/sysutils/utils/ps/CMakeLists.txt
2020-07-04 20:43:53 +02:00

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)