summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index aaa1f04f8..aea57ef00 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1202,10 +1202,10 @@ install(FILES
util/string.h
util/tuple.h
util/unsafe_interrupt_exception.h
- ${CMAKE_CURRENT_BINARY_DIR}/util/floatingpoint.h
${CMAKE_CURRENT_BINARY_DIR}/util/integer.h
${CMAKE_CURRENT_BINARY_DIR}/util/rational.h
${CMAKE_CURRENT_BINARY_DIR}/util/real_algebraic_number.h
+ ${CMAKE_CURRENT_BINARY_DIR}/util/symfpu_literal.h
DESTINATION
${CMAKE_INSTALL_INCLUDEDIR}/cvc4/util)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback