mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
- Apply same fix for wmilib
- set_entrypoint macro appears to be broken for msvc 16.00.30319.01 (VS 2010) svn path=/branches/cmake-bringup/; revision=50716
This commit is contained in:
parent
94da3603af
commit
cc0604236b
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@ list(APPEND SOURCE
|
|||
|
||||
add_library(wmilib SHARED ${SOURCE})
|
||||
|
||||
set_module_type(wmilib kernelmodedriver)
|
||||
set_entrypoint(wmilib 0)
|
||||
set_target_properties(wmilib PROPERTIES SUFFIX ".sys")
|
||||
add_importlibs(wmilib ntoskrnl)
|
||||
add_importlib_target(wmilib.spec)
|
||||
|
||||
|
|
Loading…
Reference in a new issue