reactos/drivers/storage/CMakeLists.txt
Eric Kohl c1f22c88ca [STORAGE] Storage driver cleanup part 5 (last part)
Move the fdc and flpydrv drivers into the floppy directory.
2019-11-30 13:33:32 +01:00

5 lines
94 B
CMake

add_subdirectory(class)
add_subdirectory(floppy)
add_subdirectory(ide)
add_subdirectory(port)