reactos/lib/recyclebin/CMakeLists.txt
Amine Khaldi 30bb25e2f0 [CMAKE]
- Improve most of the static libraries.

svn path=/branches/cmake-bringup/; revision=49479
2010-11-05 12:02:12 +00:00

10 lines
195 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})