mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +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(fast_float INTERFACE)
|
||||||
|
add_library(FastFloat::fast_float ALIAS fast_float)
|
||||||
target_include_directories(
|
target_include_directories(
|
||||||
fast_float
|
fast_float
|
||||||
INTERFACE
|
INTERFACE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user