reactos/drivers/base/null/CMakeLists.txt
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

6 lines
224 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_cd_file(TARGET null DESTINATION reactos/system32/drivers FOR all)