mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Improve base and bus drivers. svn path=/branches/cmake-bringup/; revision=49468
10 lines
180 B
CMake
10 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)
|