reactos/lib/fslib/vfatlib/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

16 lines
251 B
CMake

list(APPEND SOURCE
check/boot.c
check/check.c
check/common.c
check/fat.c
check/file.c
check/io.c
check/lfn.c
fat12.c
fat16.c
fat32.c
vfatlib.c)
add_library(vfatlib ${SOURCE})
add_dependencies(vfatlib psdk)