mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:33:25 +00:00
[ROSAPPS]
Add cmdutils apps to build. svn path=/trunk/; revision=55592
This commit is contained in:
parent
daa3a4d63f
commit
3a2974ab60
12 changed files with 65 additions and 7 deletions
5
rosapps/applications/cmdutils/sort/CMakeLists.txt
Normal file
5
rosapps/applications/cmdutils/sort/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
add_executable(sort sort.c sort.rc)
|
||||
set_module_type(sort win32cui)
|
||||
add_importlibs(sort msvcrt kernel32)
|
||||
add_cd_file(TARGET sort DESTINATION reactos/system32 FOR all)
|
Loading…
Add table
Add a link
Reference in a new issue