[DBGHELP] Exclude stubs from pch

This commit is contained in:
Mark Jansen
2018-10-12 19:30:36 +02:00
parent b494abbd72
commit 1968776bf2
+2 -2
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)