mirror of
https://github.com/reactos/reactos.git
synced 2026-05-26 19:02:18 +08:00
Move the classpnp driver into the class directory because it is a class driver, just like the class2 driver.
8 lines
180 B
CMake
8 lines
180 B
CMake
add_subdirectory(cdrom)
|
|
add_subdirectory(cdrom_new)
|
|
add_subdirectory(class2)
|
|
add_subdirectory(classpnp)
|
|
add_subdirectory(disk)
|
|
add_subdirectory(disk_new)
|
|
add_subdirectory(ramdisk)
|