mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[DBGHELP] Exclude stubs from pch
This commit is contained in:
parent
b494abbd72
commit
1968776bf2
1 changed files with 2 additions and 2 deletions
|
@ -70,12 +70,12 @@ else()
|
|||
storage.c
|
||||
symbol.c
|
||||
type.c
|
||||
precomp.h
|
||||
${CMAKE_CURRENT_BINARY_DIR}/dbghelp_stubs.c)
|
||||
precomp.h)
|
||||
|
||||
add_library(dbghelp SHARED
|
||||
${SOURCE}
|
||||
version.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/dbghelp_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/dbghelp.def)
|
||||
|
||||
set_module_type(dbghelp win32dll)
|
||||
|
|
Loading…
Reference in a new issue