aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/devices/graphics/build-tests.html
diff options
context:
space:
mode:
authorMark Hecomovich <mheco@google.com>2018-11-12 19:18:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-11-12 19:18:54 +0000
commitef9d83d7f86c7f2bf6c4cf2967abb3dfea7e8636 (patch)
treebe8019bc8baef8b03fdaf36bdb5fc2e2d4788ffc /zh-cn/devices/graphics/build-tests.html
parentc1e42576367b058286943f85117e2cf1caccdd59 (diff)
parentc331c4c429cc28bfe87f1e7fe8c954ba2f7509fc (diff)
downloadsource.android.com-ad789ef4718078ca1464aa00b268f660e05572f6.tar.gz
Diffstat (limited to 'zh-cn/devices/graphics/build-tests.html')
-rw-r--r--zh-cn/devices/graphics/build-tests.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/devices/graphics/build-tests.html b/zh-cn/devices/graphics/build-tests.html
index bd19ae5f..6c6a016f 100644
--- a/zh-cn/devices/graphics/build-tests.html
+++ b/zh-cn/devices/graphics/build-tests.html
@@ -58,7 +58,7 @@
<h2 id="creating_target_build_file">创建目标编译文件</h2>
-<p>针对新目标的 deqp 编译系统使用目标编译文件进行配置。目标编译文件可定义平台支持哪些功能以及需要哪些库或其他包含路径。目标文件名遵循 <code>targets/<var>NAME</var>/<var>NAME</var>.cmake</code> 格式,且选择目标时会用到 <code>DEQP_TARGET</code> 编译参数。</p>
+<p>针对新目标的 deqp 编译系统使用目标编译文件进行配置。目标编译文件可定义平台支持哪些功能以及需要哪些库或其他包含路径。目标文件名遵循 <code>targets/<var>NAME</var>/<var>NAME</var>.cmake</code> 格式,且目标通过 <code>DEQP_TARGET</code> 编译参数进行选择。</p>
<p>目标文件中的文件路径是相对于基本 <code>deqp</code> 目录(而非 <code>targets/<var>NAME</var></code> 目录)的路径。目标编译文件可以设置以下标准变量。</p>