reactos/lib/fslib/vfatlib/CMakeLists.txt
Amine Khaldi ddb3d908c9 * Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
svn path=/branches/shell-experiments/; revision=62286
2014-02-22 10:31:26 +00:00

19 lines
300 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
vfatlib.h)
add_library(vfatlib ${SOURCE})
add_pch(vfatlib vfatlib.h SOURCE)
add_dependencies(vfatlib psdk)