From d1b6fc0f68fa99e428172ad19359b2d50e9d7ae9 Mon Sep 17 00:00:00 2001 From: Sascha Kratky Date: Sun, 5 Jul 2015 11:50:48 +0200 Subject: [PATCH] add COTIRE_UNITY_TARGET_NAME example to manual --- MANUAL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MANUAL.md b/MANUAL.md index e72ee5d..5952fae 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -258,6 +258,7 @@ generated files (`` can be set to `CXX` or `C`). The target property get_target_property(_unitySource example COTIRE_CXX_UNITY_SOURCE) get_target_property(_prefixHeader example COTIRE_CXX_PREFIX_HEADER) get_target_property(_precompiledHeader example COTIRE_CXX_PRECOMPILED_HEADER) + get_target_property(_unityTargetName example COTIRE_UNITY_TARGET_NAME) If a source file's `COMPILE_FLAGS` are modified by cotire, it sets the source file property `COTIRE_TARGET` to the name of the target, that the source file's build command has been