From ab406c7c0b6346afdeb831f01562bd21260967b5 Mon Sep 17 00:00:00 2001 From: Olivier Le Doeuff Date: Mon, 26 Sep 2022 11:44:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20add=20library=20ALIAS=20FastFloa?= =?UTF-8?q?t::fast=5Ffloat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This give same target name if library is found with find_package, or added via add_subdirectory --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3ab1be..c09620b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,6 +24,7 @@ endif() add_library(fast_float INTERFACE) +add_library(FastFloat::fast_float ALIAS fast_float) target_include_directories( fast_float INTERFACE