From b9606c170c6a3ff8f2402ee933b805be58eb4b49 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 22 May 2018 23:41:54 +0800 Subject: fix target end --- manual.md | 1 + zh/manual.md | 1 + 2 files changed, 2 insertions(+) diff --git a/manual.md b/manual.md index ebec8385..3cc20df7 100644 --- a/manual.md +++ b/manual.md @@ -1497,6 +1497,7 @@ function add_checking_to_config(...) set_kind("phony") set_config_header("includes/automatedconfig.h") add_options(options) + target_end() end -- 添加一些头文件检测 diff --git a/zh/manual.md b/zh/manual.md index e1bc10c7..93a04a9d 100644 --- a/zh/manual.md +++ b/zh/manual.md @@ -1515,6 +1515,7 @@ function add_checking_to_config(...) set_kind("phony") set_config_header("includes/automatedconfig.h") add_options(options) + target_end() end -- 添加一些头文件检测 -- cgit v1.2.3