mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:01:54 +00:00
[CMAKE] Fixup of driver sections in GCC builds
Also introduce a helper variable to list KMode modules
This commit is contained in:
parent
5489efcb1a
commit
812c9e5a11
2 changed files with 10 additions and 3 deletions
|
@ -540,6 +540,8 @@ function(add_importlibs _module)
|
|||
endforeach()
|
||||
endfunction()
|
||||
|
||||
# Some helper lists
|
||||
list(APPEND KERNEL_MODULE_TYPES kerneldll kernelmodedriver wdmdriver)
|
||||
function(set_module_type MODULE TYPE)
|
||||
cmake_parse_arguments(__module "UNICODE" "IMAGEBASE" "ENTRYPOINT" ${ARGN})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue