mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
ec6b3ecbe4
To be reverted if it brings in too many regressions, even though I tried to do my best to address them. Leaving the old driver in place, for now; if no regressions are reported regarding CDFS in 0.4.8, then old driver could be dropped for 0.4.9.
14 lines
311 B
CMake
14 lines
311 B
CMake
|
|
add_subdirectory(btrfs)
|
|
add_subdirectory(cdfs_new)
|
|
add_subdirectory(ext2)
|
|
add_subdirectory(fastfat)
|
|
add_subdirectory(ffs)
|
|
add_subdirectory(fs_rec)
|
|
add_subdirectory(msfs)
|
|
add_subdirectory(mup)
|
|
add_subdirectory(nfs)
|
|
add_subdirectory(npfs)
|
|
add_subdirectory(ntfs)
|
|
add_subdirectory(reiserfs)
|
|
add_subdirectory(udfs)
|