Skip to content

Conversation

georg-emg
Copy link
Contributor

This patch adds install targets to the CMakeLists.txt, that will install the headers, plus a cmake module. This allows users to include fast_float in their cmake projects using the following:

find_package(FastFloat REQUIRED)
	
target_link_libraries(MyTarget PRIVATE FastFloat::fast_float)

I created this patch as a preparation for submitting fast_float as a port to Microsoft's vcpkg package manager.

@lemire
Copy link
Member

lemire commented Feb 9, 2021

Happy to merge this. I will bump the version number.

@lemire lemire merged commit d74314e into fastfloat:main Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants