[uxtheme]
[reactos.git] / reactos / drivers / filesystems / msfs / CMakeLists.txt
1
2 list(APPEND SOURCE
3 create.c
4 finfo.c
5 fsctrl.c
6 msfs.c
7 rw.c
8 msfs.rc)
9
10 add_library(msfs SHARED ${SOURCE})
11
12 set_module_type(msfs kernelmodedriver)
13 add_importlibs(msfs ntoskrnl hal)
14
15 add_pch(msfs msfs.h)
16
17 add_cd_file(TARGET msfs DESTINATION reactos/system32/drivers FOR all)