aboutsummaryrefslogtreecommitdiff
path: root/libc/src/__support/fixed_point/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/__support/fixed_point/CMakeLists.txt')
-rw-r--r--libc/src/__support/fixed_point/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/src/__support/fixed_point/CMakeLists.txt b/libc/src/__support/fixed_point/CMakeLists.txt
index c6bb9e1..64f9dac 100644
--- a/libc/src/__support/fixed_point/CMakeLists.txt
+++ b/libc/src/__support/fixed_point/CMakeLists.txt
@@ -17,5 +17,7 @@ add_header_library(
libc.include.llvm-libc-macros.stdfix_macros
libc.src.__support.macros.attributes
libc.src.__support.macros.optimization
+ libc.src.__support.CPP.type_traits
libc.src.__support.CPP.bit
+ libc.src.__support.math_extras
)