Add a large number of missing newlines at the end of text files.
[reactos.git] / reactos / drivers / hid / mouhid / CMakeLists.txt
1
2 add_definitions(-DDEBUG_MODE)
3
4 include_directories(${REACTOS_SOURCE_DIR}/ntoskrnl/include)
5
6 add_library(mouhid SHARED mouhid.c mouhid.rc)
7
8 set_module_type(mouhid kernelmodedriver)
9 add_importlibs(mouhid ntoskrnl hal hidparse)
10
11 add_cd_file(TARGET mouhid DESTINATION reactos/system32/drivers FOR all)