[uxtheme]
[reactos.git] / reactos / 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 fat12.c
11 fat16.c
12 fat32.c
13 vfatlib.c)
14 add_library(vfatlib ${SOURCE})
15 add_pch(vfatlib vfatlib.h)
16 add_dependencies(vfatlib psdk)