X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=drivers%2Fwmi%2FCMakeLists.txt;h=8d6212634d4d6b0c272099e8b2e6298eac932ff1;hp=2fb593b2893c728cecf8dde8b4bf0e6236d222f5;hb=664e48cad50ae7a707f2dcaf7562fa460380b201;hpb=25445ea35f5286c9367faa6bcac147ff4d371d2e diff --git a/drivers/wmi/CMakeLists.txt b/drivers/wmi/CMakeLists.txt index 2fb593b2893..8d6212634d4 100644 --- a/drivers/wmi/CMakeLists.txt +++ b/drivers/wmi/CMakeLists.txt @@ -7,9 +7,6 @@ list(APPEND SOURCE ${CMAKE_CURRENT_BINARY_DIR}/wmilib.def) add_library(wmilib SHARED ${SOURCE}) - set_module_type(wmilib kernelmodedriver ENTRYPOINT 0) - add_importlibs(wmilib ntoskrnl) - -add_cd_file(TARGET wmilib DESTINATION reactos/system32/drivers FOR all) +add_cd_file(TARGET wmilib DESTINATION reactos/system32/drivers NO_CAB FOR all)