mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CMAKE]
Build the right kdcom when _WINKD_ is set svn path=/branches/cmake-bringup/; revision=50199
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
add_subdirectory(beep)
|
||||
add_subdirectory(bootvid)
|
||||
|
||||
if(_WINKD_ MATCHES 1)
|
||||
if(_WINKD_)
|
||||
add_subdirectory(kddll)
|
||||
else()
|
||||
add_subdirectory(kdcom)
|
||||
endif(_WINKD_ MATCHES 1)
|
||||
endif()
|
||||
|
||||
add_subdirectory(nmidebug)
|
||||
add_subdirectory(null)
|
||||
|
||||
Reference in New Issue
Block a user