aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Tiehuis <marctiehuis@gmail.com>2018-06-28 23:14:40 +1200
committerMarc Tiehuis <marctiehuis@gmail.com>2018-06-30 21:58:59 +1200
commit53fef94b9fb2b04d208a0671aa58e90f93f412cf (patch)
tree7ac69250683c1edb28eef82dc9d583eb98000d8e
parente19fc4a0a3899ce1a3cb476617b9c19b605877bb (diff)
downloadzig-53fef94b9fb2b04d208a0671aa58e90f93f412cf.tar.gz
zig-53fef94b9fb2b04d208a0671aa58e90f93f412cf.zip
compiler_rt: Add missing install targets
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4838aeb797..9957a740cf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -585,7 +585,11 @@ set(ZIG_STD_FILES
"special/compiler_rt/fixunstfdi.zig"
"special/compiler_rt/fixunstfsi.zig"
"special/compiler_rt/fixunstfti.zig"
+ "special/compiler_rt/floatunditf.zig"
+ "special/compiler_rt/floatunsitf.zig"
"special/compiler_rt/floatuntidf.zig"
+ "special/compiler_rt/floatuntisf.zig"
+ "special/compiler_rt/floatuntitf.zig"
"special/compiler_rt/muloti4.zig"
"special/compiler_rt/index.zig"
"special/compiler_rt/truncXfYf2.zig"