projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4b3b894a5e44aacc076d69f02762712e81b8f6a0
[reactos.git]
/
drivers
/
filesystems
/
mup
/
CMakeLists.txt
1
2
add_library(mup SHARED
3
create.c
4
mup.c
5
mup.rc)
6
7
set_module_type(mup kernelmodedriver)
8
add_importlibs(mup ntoskrnl hal)