mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 08:10:18 +00:00
74811b583a
- Fix more dependencies. svn path=/branches/cmake-bringup/; revision=50326
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)
|
|
|