mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[CMAKE]
- Improve most of the static libraries. svn path=/branches/cmake-bringup/; revision=49479
This commit is contained in:
parent
b9041e39bf
commit
30bb25e2f0
21 changed files with 61 additions and 52 deletions
|
@ -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})
|
Loading…
Add table
Add a link
Reference in a new issue