* Sync up to trunk head (r64377).
[reactos.git] / drivers / base / null / CMakeLists.txt
1
2 add_library(null SHARED null.c null.rc)
3
4 target_link_libraries(null ${PSEH_LIB})
5
6 set_module_type(null kernelmodedriver)
7 add_importlibs(null ntoskrnl hal)
8
9 add_cd_file(TARGET null DESTINATION reactos/system32/drivers FOR all)