mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
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)
|
|
|