mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
ddb3d908c9
svn path=/branches/shell-experiments/; revision=62286
13 lines
300 B
CMake
13 lines
300 B
CMake
|
|
list(APPEND SOURCE
|
|
recyclebin.c
|
|
recyclebin_generic.c
|
|
recyclebin_generic_enumerator.c
|
|
recyclebin_v5.c
|
|
recyclebin_v5_enumerator.c
|
|
recyclebin_private.h)
|
|
|
|
add_library(recyclebin ${SOURCE} guid.c)
|
|
add_pch(recyclebin recyclebin_private.h SOURCE)
|
|
add_dependencies(recyclebin psdk)
|
|
|