From d06a5110fe7f944579fd6a37e365d05ea2648337 Mon Sep 17 00:00:00 2001 From: Sascha Kratky Date: Tue, 27 Oct 2015 20:08:46 +0100 Subject: [PATCH] doc updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52a6897..0833345 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ set the `COTIRE_CXX_PREFIX_HEADER_INIT` property before invoking cotire: As a side effect, cotire generates a new target named `MyExecutable_unity`, which lets you perform a unity build for the original target. The unity target inherits all build settings from the -original target, including linked libraries and target dependencies. +original target, including linked library dependencies. For Makefile based generators you can then invoke a unity build that produces the same output as the original target, but does so much faster by entering: