sync with trunk r49322
[reactos.git] / drivers / base / CMakeLists.txt
1
2 add_subdirectory(beep)
3 add_subdirectory(bootvid)
4
5 if(_WINKD_ MATCHES 1)
6 add_subdirectory(kddll)
7 else()
8 add_subdirectory(kdcom)
9 endif(_WINKD_ MATCHES 1)
10
11 add_subdirectory(nmidebug)
12 add_subdirectory(null)