mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
30bb25e2f0
- Improve most of the static libraries. svn path=/branches/cmake-bringup/; revision=49479
13 lines
195 B
CMake
13 lines
195 B
CMake
|
|
list(APPEND SOURCE
|
|
Badblock.c
|
|
Bitmap.c
|
|
Disk.c
|
|
Group.c
|
|
Inode.c
|
|
Memory.c
|
|
Mke2fs.c
|
|
Super.c
|
|
Uuid.c)
|
|
add_library(ext2lib ${SOURCE})
|
|
add_dependencies(ext2lib psdk)
|