mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
f24f83f0b3
- Add network drivers (afd, ne2000, pcnet, ndis, tcpip and tdi) to build. svn path=/branches/cmake-bringup/; revision=48811
6 lines
113 B
CMake
6 lines
113 B
CMake
|
|
add_subdirectory(afd)
|
|
add_subdirectory(dd)
|
|
add_subdirectory(ndis)
|
|
add_subdirectory(tcpip)
|
|
add_subdirectory(tdi)
|