mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +00:00
11 lines
176 B
CMake
11 lines
176 B
CMake
|
|
add_subdirectory(beep)
|
|
add_subdirectory(bootvid)
|
|
|
|
if(_WINKD_)
|
|
add_subdirectory(kddll)
|
|
else()
|
|
add_subdirectory(kdcom)
|
|
endif()
|
|
add_subdirectory(nmidebug)
|
|
add_subdirectory(null)
|