mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
16 lines
278 B
CMake
16 lines
278 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)
|
|
add_library(vfatlib ${SOURCE})
|
|
add_pch(vfatlib vfatlib.h)
|
|
add_dependencies(vfatlib psdk)
|