mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
6b687478d1
Move the classpnp driver into the class directory because it is a class driver, just like the class2 driver.
7 lines
180 B
CMake
7 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)
|