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