mirror of
https://github.com/reactos/reactos.git
synced 2025-04-12 00:29:04 +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
|
storage.c
|
||||||
symbol.c
|
symbol.c
|
||||||
type.c
|
type.c
|
||||||
precomp.h
|
precomp.h)
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/dbghelp_stubs.c)
|
|
||||||
|
|
||||||
add_library(dbghelp SHARED
|
add_library(dbghelp SHARED
|
||||||
${SOURCE}
|
${SOURCE}
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/dbghelp_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/dbghelp.def)
|
${CMAKE_CURRENT_BINARY_DIR}/dbghelp.def)
|
||||||
|
|
||||||
set_module_type(dbghelp win32dll)
|
set_module_type(dbghelp win32dll)
|
||||||
|
|
Loading…
Reference in a new issue