mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
10 lines
227 B
Text
10 lines
227 B
Text
![]() |
|
||
|
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_cd_file(TARGET null DESTINATION reactos/system32/drivers FOR all)
|