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