mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00

This is a SCSI Floppy driver, which depends on classpnp. Don't mix that with the other floppy (FDC) stack.
5 lines
127 B
CMake
5 lines
127 B
CMake
add_subdirectory(cdrom)
|
|
add_subdirectory(classpnp)
|
|
add_subdirectory(disk)
|
|
add_subdirectory(ramdisk)
|
|
#add_subdirectory(sfloppy)
|