[ROSAPPS] Remove applications from test directory

CORE-17097
This commit is contained in:
Mark Jansen 2020-06-23 23:46:35 +02:00
parent ff6b138117
commit cc7cf82673
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
13 changed files with 13 additions and 13 deletions

View file

@ -2,4 +2,4 @@
add_executable(cat cat.c)
set_module_type(cat win32cui)
add_importlibs(cat msvcrt kernel32)
add_cd_file(TARGET cat DESTINATION reactos/bin FOR all)
add_cd_file(TARGET cat DESTINATION reactos/system32 FOR all)