mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
12 lines
231 B
CMake
12 lines
231 B
CMake
|
|
list(APPEND SOURCE
|
|
guid.c
|
|
recyclebin.c
|
|
recyclebin_generic.c
|
|
recyclebin_generic_enumerator.c
|
|
recyclebin_v5.c
|
|
recyclebin_v5_enumerator.c)
|
|
|
|
add_library(recyclebin ${SOURCE})
|
|
add_dependencies(recyclebin psdk)
|
|
|