[VFATLIB] Never touch the file system if not in interactive or RW mode.
[reactos.git] / sdk / lib / fslib / vfatlib / CMakeLists.txt
1
2 list(APPEND SOURCE
3 check/boot.c
4 check/check.c
5 check/common.c
6 check/fat.c
7 check/file.c
8 check/io.c
9 check/lfn.c
10 common.c
11 fat12.c
12 fat16.c
13 fat32.c
14 vfatlib.c
15 vfatlib.h)
16
17 add_library(vfatlib ${SOURCE})
18 add_dependencies(vfatlib xdk)
19 add_pch(vfatlib vfatlib.h SOURCE)