mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:41:40 +00:00
[CMAKE]
- build msvc importlibs explicitly from def file - circumvent lack of pseh lib in MSVC. - fix advapi32.def svn path=/branches/cmake-bringup/; revision=49409
This commit is contained in:
parent
18dd356710
commit
887046a6ee
45 changed files with 62 additions and 58 deletions
|
@ -36,7 +36,7 @@ list(APPEND SOURCE
|
|||
spec2def(classpnp.sys class.spec)
|
||||
|
||||
add_library(classpnp SHARED ${SOURCE})
|
||||
target_link_libraries(classpnp pseh libcntpr)
|
||||
target_link_libraries(classpnp ${PSEH_LIB} libcntpr)
|
||||
|
||||
set_module_type(classpnp kernelmodedriver)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue