mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[DBGHELP] Exclude stubs from pch
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user