質問編集履歴

2

引用の追加

2019/12/05 10:21

投稿

yuyabu
yuyabu

スコア63

test CHANGED
File without changes
test CHANGED
@@ -10,4 +10,12 @@
10
10
 
11
11
 
12
12
 
13
- 公式[ドキュメント](https://cmake.org/cmake/help/latest/manual/cmake-generator-expressions.7.html)からはそのような仕様になっているかどうかが読み取れませんでした。
13
+ 公式[ドキュメント](https://cmake.org/cmake/help/latest/manual/cmake-generator-expressions.7.html#output-related-expressions)からはそのような仕様になっているかどうかが読み取れませんでした。
14
+
15
+
16
+
17
+
18
+
19
+ `$<BUILD_INTERFACE:...>`
20
+
21
+ >Content of ... when the property is exported using export(), or when the target is used by another target in the same buildsystem. Expands to the empty string otherwise.

1

リンクの追加と一部markdownのレイアウト修正

2019/12/05 10:21

投稿

yuyabu
yuyabu

スコア63

test CHANGED
File without changes
test CHANGED
@@ -2,20 +2,12 @@
2
2
 
3
3
 
4
4
 
5
- 日本語の情報でそのような記述のものがあり、
5
+ [日本語の情報でそのような記述のもの](https://qiita.com/mrk_21/items/57075ce36f49ce0aacf4#build_interfacecontent)があり、
6
6
 
7
7
 
8
8
 
9
- https://qiita.com/mrk_21/items/57075ce36f49ce0aacf4#build_interfacecontent
9
+ かつ自分が進めている[チュートリアル](https://cmake.org/cmake/help/latest/guide/tutorial/index.html#adding-export-configuration-step-11)でもそのような挙動になっているのですが、
10
10
 
11
11
 
12
12
 
13
- かつ自分が進めているチュートリアルでもそのような挙動になっているのですが、
14
-
15
-
16
-
17
- 公式ドキュメントからはそのような仕様になっているかどうかが読み取れませんでした。
18
-
19
-
20
-
21
- https://cmake.org/cmake/help/latest/manual/cmake-generator-expressions.7.html
13
+ 公式[ドキュメント](https://cmake.org/cmake/help/latest/manual/cmake-generator-expressions.7.html)からはそのような仕様になっているかどうかが読み取れませんでした。