From 560c9f07f5c197769fefe86b4b60fe3867f4c017 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Mon, 24 Feb 2020 15:16:50 +0300 Subject: [PATCH] [A] Created alias `libfort::fort` for `fort` target --- lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index c171655..eb8fc25 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -3,6 +3,7 @@ option(FORT_HAVE_UTF8 "Enable UTF8 support" ON) add_library(fort fort.c) +add_library(${PROJECT_NAME}::fort ALIAS fort) target_include_directories(fort PUBLIC