[DBGHELP] Exclude stubs from pch

This commit is contained in:
Mark Jansen 2018-09-05 23:20:28 +02:00
parent b494abbd72
commit 1968776bf2
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -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)