From cbf3ad2b284a9e79ef5df564be6b16e8e746cb2b Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Sun, 27 Oct 2024 20:13:52 -0500 Subject: Setup float formatting. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1676173..d630056 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,6 +119,7 @@ set(FUD_HEADERS "include/fud_utf8.hpp" "include/fud_utf8_iterator.hpp" "include/fud_vector.hpp" + "include/dragonbox/dragonbox.h" "${CMAKE_CURRENT_BINARY_DIR}/include/fud_config.hpp" ) -- cgit v1.2.3