mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
3927ad9d47
This is a SCSI Floppy driver, which depends on classpnp. Don't mix that with the other floppy (FDC) stack.
6 lines
127 B
CMake
6 lines
127 B
CMake
add_subdirectory(cdrom)
|
|
add_subdirectory(classpnp)
|
|
add_subdirectory(disk)
|
|
add_subdirectory(ramdisk)
|
|
#add_subdirectory(sfloppy)
|