mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
bbecbe25fc
- Improve base and bus drivers. svn path=/branches/cmake-bringup/; revision=49468
9 lines
180 B
CMake
9 lines
180 B
CMake
|
|
add_library(null SHARED null.c null.rc)
|
|
|
|
target_link_libraries(null ${PSEH_LIB})
|
|
|
|
set_module_type(null kernelmodedriver)
|
|
add_importlibs(null ntoskrnl hal)
|
|
|
|
add_cab_target(null 2)
|