Skip to content

Commit daefecd

Browse files
Added library alias (#85)
in case the library is not exported-imported through namespace
2 parents e6902b4 + 077dec7 commit daefecd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@ target_include_directories(UTAP
7777
)
7878
target_link_libraries(UTAP PRIVATE LibXml2::LibXml2 ${CMAKE_DL_LIBS}
7979
${LIBXML_WINLIBS})
80+
add_library(UTAP::UTAP ALIAS UTAP) # in case the library is not exported-imported

0 commit comments

Comments
 (0)