reactos/lib/recyclebin/CMakeLists.txt
Hermès Bélusca-Maïto b819608ed8 Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
2014-05-02 14:13:40 +00:00

14 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)