We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6902b4 + 077dec7 commit daefecdCopy full SHA for daefecd
1 file changed
src/CMakeLists.txt
@@ -77,3 +77,4 @@ target_include_directories(UTAP
77
)
78
target_link_libraries(UTAP PRIVATE LibXml2::LibXml2 ${CMAKE_DL_LIBS}
79
${LIBXML_WINLIBS})
80
+add_library(UTAP::UTAP ALIAS UTAP) # in case the library is not exported-imported
0 commit comments