From e092ea19d2fba739f4b1efa5ab204b6ee724c7f8 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Sun, 8 Feb 2015 22:04:06 -0800 Subject: precompile common headers to reduce build time for win builds. With this build time on my machine has reduced from 19mins to 10mins. [tfs-changeset: 1412352] --- src/ipcman/ipcman-staticcrt/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipcman') diff --git a/src/ipcman/ipcman-staticcrt/CMakeLists.txt b/src/ipcman/ipcman-staticcrt/CMakeLists.txt index 01c155c7ad..91590bb0bb 100644 --- a/src/ipcman/ipcman-staticcrt/CMakeLists.txt +++ b/src/ipcman/ipcman-staticcrt/CMakeLists.txt @@ -1,2 +1,3 @@ add_definitions(-D_CRTIMP=) #static link of crt +add_precompiled_header(stdafx.h ../stdafx.cpp IPCMAN_SOURCES) add_library(ipcmanager-staticcrt STATIC ${IPCMAN_SOURCES}) \ No newline at end of file -- cgit v1.2.3