From 4b7fc20dcce9eefdf568937f5e2c54141c4f5c5b Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Fri, 27 Mar 2020 14:04:44 -0500 Subject: Move string utility file (#4164) Moves the string file to string.h. This is required since other required utilities will soon need to be added to regexp.h. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index dd58c74ee..809b00b04 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -961,11 +961,11 @@ install(FILES util/proof.h util/rational_cln_imp.h util/rational_gmp_imp.h - util/regexp.h util/resource_manager.h util/result.h util/sexpr.h util/statistics.h + util/string.h util/tuple.h util/unsafe_interrupt_exception.h ${CMAKE_CURRENT_BINARY_DIR}/util/floatingpoint.h -- cgit v1.2.3