From 0bfd90ea0118eb94e9c9a8c05ae341b0d1d94c81 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 21 Oct 2024 16:17:12 -0400 Subject: [PATCH] Minor bug fix --- include/ccmath/internal/CMakeLists.txt | 6 +++--- include/ccmath/internal/support/helpers/CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/ccmath/internal/CMakeLists.txt b/include/ccmath/internal/CMakeLists.txt index 89c5b5a..c056b1c 100644 --- a/include/ccmath/internal/CMakeLists.txt +++ b/include/ccmath/internal/CMakeLists.txt @@ -4,6 +4,6 @@ ccm_add_headers( add_subdirectory(config) add_subdirectory(math) -#add_subdirectory(predef) -#add_subdirectory(support) -#add_subdirectory(types) +add_subdirectory(predef) +add_subdirectory(support) +add_subdirectory(types) diff --git a/include/ccmath/internal/support/helpers/CMakeLists.txt b/include/ccmath/internal/support/helpers/CMakeLists.txt index 1661303..e44bc0e 100644 --- a/include/ccmath/internal/support/helpers/CMakeLists.txt +++ b/include/ccmath/internal/support/helpers/CMakeLists.txt @@ -2,7 +2,7 @@ ccm_add_headers( ${CMAKE_CURRENT_SOURCE_DIR}/digit_to_int.hpp ${CMAKE_CURRENT_SOURCE_DIR}/exp10.hpp ${CMAKE_CURRENT_SOURCE_DIR}/exp_helpers.hpp - ${CMAKE_CURRENT_SOURCE_DIR}/fpclassify_helpers.hpp + ${CMAKE_CURRENT_SOURCE_DIR}/fpclassify_helper.hpp ${CMAKE_CURRENT_SOURCE_DIR}/internal_ldexp.hpp )