mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
823fdb19d7
* [SDK][VIRTIO][NETKVM] Make VirtIO a separate library This is to avoid code duplication when more VirtIO drivers are brought in. This will also be used on development of a VirtIO XDDM GPU Driver. * [VIRTIO] Sync with upstream
13 lines
309 B
CMake
13 lines
309 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(virtio)
|
|
add_subdirectory(wdf)
|