From 461c388bc3e083c71bdfe54e8ccbd7c7a5a4a617 Mon Sep 17 00:00:00 2001 From: Sascha Kratky Date: Sat, 17 Mar 2018 16:40:36 +0100 Subject: [PATCH] add section on generator expressions to manual --- MANUAL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MANUAL.md b/MANUAL.md index 272b205..09f7ba4 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -727,6 +727,12 @@ different directory and you may get odd messages about missing source files. known issues ------------ +### generator expressions + +cotire uses the CMake command `file(GENERATE ...` to expand generator expressions used in various +compilation settings. This command does not handle certain CMake generator expressions like +`$` correctly. + ### Ninja compatibility Under Ninja indirect prefix header dependencies are ignored by the generated build system. Cotire