瀏覽代碼

add section on generator expressions to manual

master
Sascha Kratky 8 年之前
父節點
當前提交
461c388bc3
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      MANUAL.md

+ 6
- 0
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
`$<CXX_COMPILER_ID:...>` correctly.

### Ninja compatibility

Under Ninja indirect prefix header dependencies are ignored by the generated build system. Cotire


Loading…
取消
儲存