diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-06-16 16:54:49 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-06-17 16:38:59 -0700 |
| commit | b4f3e69342d176ad7a2572cf4fee704094faaada (patch) | |
| tree | 49e4129ffc46168bed193cc5f9b92f5af9398e1c | |
| parent | fcebdbe25d605f565b22f46ebfb9ca06845926a6 (diff) | |
| download | zig-b4f3e69342d176ad7a2572cf4fee704094faaada.tar.gz zig-b4f3e69342d176ad7a2572cf4fee704094faaada.zip | |
update CMakeLists.txt source file list
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a92a40dc9..69bc292cd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -715,6 +715,7 @@ set(ZIG_STAGE2_SOURCES "${CMAKE_SOURCE_DIR}/src/codegen/c.zig" "${CMAKE_SOURCE_DIR}/src/codegen/llvm.zig" "${CMAKE_SOURCE_DIR}/src/codegen/llvm/bindings.zig" + "${CMAKE_SOURCE_DIR}/src/compiler_rt.zig" "${CMAKE_SOURCE_DIR}/src/glibc.zig" "${CMAKE_SOURCE_DIR}/src/introspect.zig" "${CMAKE_SOURCE_DIR}/src/libc_installation.zig" |
