[DBGHELP] Exclude stubs from pch
authorMark Jansen <mark.jansen@reactos.org>
Wed, 5 Sep 2018 21:20:28 +0000 (23:20 +0200)
committerMark Jansen <mark.jansen@reactos.org>
Fri, 12 Oct 2018 17:30:36 +0000 (19:30 +0200)
dll/win32/dbghelp/CMakeLists.txt

index 66229f4..ed64611 100644 (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)