You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you download and unzip [VC-LTL Binary](https://github.com/Chuyu-Team/VC-LTL5/releases/latest) to `D:\Src\VC-LTL`, please double-click `D:\Src\VC-LTL\Install.cmd`.
138
179
139
180
> The script will save the information in the registry `HKCU\Code\VC-LTL`.
140
181
141
-
#### 3.2.1. Add VC-LTL Module File
182
+
#### 3.2.2.1. Add VC-LTL Module File
142
183
143
184
Copy `VC-LTL helper for cmake.cmake` to your project. Then add `include("VC-LTL helper for cmake.cmake")` to `CMakeLists.txt`.
144
185
@@ -152,7 +193,7 @@ include("VC-LTL helper for cmake.cmake")
152
193
add_subdirectory(src)
153
194
```
154
195
155
-
#### 3.2.2. Modify The Configuration
196
+
#### 3.2.2.2. Modify The Configuration
156
197
157
198
> It's recommended to use `/MT` to compile the project when using VC-LTL.
158
199
For XP support, please modify `VC-LTL helper for cmake.cmake` to enable `set(WindowsTargetPlatformMinVersion "5.1.2600.0")`.
0 commit comments