projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e0f18c01d9b19369953244300061a5edab0db42e
[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
vfatlib.h)
15
16
add_library(vfatlib ${SOURCE})
17
add_pch(vfatlib vfatlib.h SOURCE)
18
add_dependencies(vfatlib psdk)