[FLTMGR]
[reactos.git] / reactos / drivers / filters / fltmgr / CMakeLists.txt
1
2 list(APPEND SOURCE
3 Interface.c
4 Registration.c
5 Object.c
6 Lib.c
7 fltmgr.h)
8
9 add_library(rosfltmgr SHARED ${SOURCE} fltmgr.rc)
10 set_module_type(rosfltmgr kernelmodedriver)
11 target_link_libraries(rosfltmgr ${PSEH_LIB})
12 add_importlibs(rosfltmgr ntoskrnl hal)
13 add_pch(rosfltmgr fltmgr.h SOURCE)
14 add_cd_file(TARGET rosfltmgr DESTINATION reactos/system32/drivers NO_CAB FOR all)