mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 01:06:48 +08:00
🔨 add library ALIAS FastFloat::fast_float
This give same target name if library is found with find_package, or added via add_subdirectory
This commit is contained in:
parent
bc3be12530
commit
ab406c7c0b
@ -24,6 +24,7 @@ endif()
|
||||
|
||||
|
||||
add_library(fast_float INTERFACE)
|
||||
add_library(FastFloat::fast_float ALIAS fast_float)
|
||||
target_include_directories(
|
||||
fast_float
|
||||
INTERFACE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user