Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Oct 21, 2024
1 parent 23e1b4d commit 0bfd90e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions include/ccmath/internal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion include/ccmath/internal/support/helpers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 0bfd90e

Please sign in to comment.