dep: Add fast_float

This commit is contained in:
Connor McLaughlin
2023-01-15 13:12:40 +10:00
parent 591ac15612
commit 81383afc50
16 changed files with 3679 additions and 0 deletions

View File

@ -0,0 +1,3 @@
add_library(fast_float INTERFACE)
target_include_directories(fast_float INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")