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
A lightweight CMake toolchain file that enables cross-compilation of C/C++ projects using Zig, eliminating the need to install platform-specific GCC toolchains.
17
15
18
16
## Usage
19
17
20
-
**Requirements**
18
+
**Requirements**:
21
19
22
20
- CMake 3.14+
23
-
- Zig Compiler
21
+
- Zig 0.15+
24
22
25
-
**Integration**
23
+
**Integration**:
26
24
27
-
Download `zig.toolchain.cmake` to your project root or a `cmake/` subdirectory.
25
+
Download `zig-toolchain.cmake` to your project root or a `cmake/` subdirectory.
0 commit comments