From 077dec74da30f353d18fe48286dd9999372eaaa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Miku=C4=8Dionis?= Date: Fri, 17 Oct 2025 09:21:47 +0200 Subject: [PATCH] Added library alias in case the library is not exported-imported through namespace --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cb56aa1..9e8dda9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -77,3 +77,4 @@ target_include_directories(UTAP ) target_link_libraries(UTAP PRIVATE LibXml2::LibXml2 ${CMAKE_DL_LIBS} ${LIBXML_WINLIBS}) +add_library(UTAP::UTAP ALIAS UTAP) # in case the library is not exported-imported