We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent34c2c0b commit4c49f75Copy full SHA for 4c49f75
example/README.md
@@ -62,9 +62,7 @@ Multi hosts but only one target compiler used
62
63
>NOTE, See the distinction between**HOST** and**TARGET**
64
65
-##[host] MinGW GCC/GNU ->[target] gcc
66
-##[host] MSVC ->[target] gcc
67
-##[host] Linux GCC/GNU ->[target] gcc
+##[target] Gcc
68
69
-[x] Simple
70
- Only 1 source file
@@ -84,7 +82,7 @@ Multi hosts but only one target compiler used
84
82
-[ ] ClangFormat
85
83
-[ ] Taskflow graph visualizer
86
87
-##[host] MSVC ->[target] MSVC
+##[target] MSVC
88
89
>TODO, Understand how MSVC compilation using`cl.exe` occurs
90
@@ -95,6 +93,12 @@ Multi hosts but only one target compiler used
95
93
-[x] DynamicLib
96
94
- MSVC DynamicLib + Executable
97
+##[target] MinGW
+
98
+-[x] Executable
99
+-[x] StaticLib
100
+-[x] DynamicLib
101
102
#Real world Tests (Hybrid)
103
104
Multi hosts and multi targets