[NTFS] Fix 2 Clang-Cl warnings about CurrentKey->IndexEntry->Flags
[reactos.git] / drivers / filesystems / fs_rec / CMakeLists.txt
index 4901c8b..81394b5 100644 (file)
@@ -4,8 +4,10 @@ list(APPEND SOURCE
     cdfs.c
     ext2.c
     fat.c
+    ffs.c
     fs_rec.c
     ntfs.c
+    reiserfs.c
     udfs.c
     fs_rec.h)