diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fbbf94..8d11f3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ add_library (utf8proc utf8proc.c utf8proc.h ) +add_library (utf8proc::utf8proc ALIAS utf8proc) # expose header path, for when this is part of a larger cmake project target_include_directories(utf8proc PUBLIC $ $)