mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
0e741f08cb
- Add cat, ps and winefile for testing. Building winefile (cmake hacked please check it) is syned up with wine head (winefile.c/h only). svn path=/trunk/; revision=61241
6 lines
157 B
CMake
6 lines
157 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/bin FOR all)
|