mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
49cfac17c5
The upstream driver is not maintained and the file system itself
is in a semi-abandoned state.
Originally imported at 3a3ef631d1
The driver is written by Lee Jae-Hong, updated by Bo Brantén.
ReactOS porting made by Peter Hater and Pierre Schweitzer.
Follow updates at http://www.acc.umu.se/~bosse/
FS Recognizer code is left to keep the FS support as an
installable driver.
CORE-11040
13 lines
289 B
CMake
13 lines
289 B
CMake
|
|
add_subdirectory(btrfs)
|
|
add_subdirectory(cdfs)
|
|
add_subdirectory(ext2)
|
|
#add_subdirectory(fastfat)
|
|
add_subdirectory(fastfat_new)
|
|
add_subdirectory(fs_rec)
|
|
add_subdirectory(msfs)
|
|
add_subdirectory(mup)
|
|
add_subdirectory(nfs)
|
|
add_subdirectory(npfs)
|
|
add_subdirectory(ntfs)
|
|
add_subdirectory(udfs)
|