reactos/lib/fslib/vfatlib/CMakeLists.txt
Hermès Bélusca-Maïto b819608ed8 Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
2014-05-02 14:13:40 +00:00

18 lines
269 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)