- Improve most of the static libraries.

svn path=/branches/cmake-bringup/; revision=49479
This commit is contained in:
Amine Khaldi 2010-11-05 12:02:12 +00:00
parent b9041e39bf
commit 30bb25e2f0
21 changed files with 61 additions and 52 deletions

View file

@ -1,3 +1,10 @@
file(GLOB_RECURSE SOURCE "*.c")
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})