mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:53:03 +00:00

Add a SCSI and ATA passthrough support helper library for direct use from low-level storage drivers. Tested with: CDRoller, CloneCD, Magic ISO NOTE: Vbox seems to lack support for CD/DVD burning; tested on real hardware. CORE-10191 CORE-16452 CORE-14788 CORE-18241 CORE-17256 CORE-13866
14 lines
335 B
CMake
14 lines
335 B
CMake
|
|
add_subdirectory(arbiter)
|
|
add_subdirectory(aux_klib)
|
|
add_subdirectory(copysup)
|
|
add_subdirectory(csq)
|
|
add_subdirectory(hidparser)
|
|
add_subdirectory(ntoskrnl_vista)
|
|
add_subdirectory(rdbsslib)
|
|
add_subdirectory(rtlver)
|
|
add_subdirectory(rxce)
|
|
add_subdirectory(sound)
|
|
add_subdirectory(sptilib)
|
|
add_subdirectory(virtio)
|
|
add_subdirectory(wdf)
|