[ROSTESTS]
[reactos.git] / reactos / lib / 3rdparty / fullfat / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/fullfat)
3
4 add_definitions(-D__NTDRIVER__)
5
6 list(APPEND SOURCE
7 ff_blk.c
8 ff_crc.c
9 ff_dir.c
10 ff_error.c
11 ff_fat.c
12 ff_file.c
13 ff_hash.c
14 ff_ioman.c
15 ff_memory.c
16 ff_safety.c
17 ff_string.c
18 ff_time.c)
19
20 add_library(fullfat ${SOURCE})
21
22 add_dependencies(fullfat bugcodes)