Skip to content

Commit

Permalink
Add alias
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Dec 12, 2024
1 parent 21e5b41 commit f1a8662
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/bin/msquic-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ include(CMakeFindDependencyMacro)
@FILENAME_DEP_REPLACE@

include(${SELF_DIR}/msquic.cmake)

foreach(_t IN ITEMS msquic msquic_platform ...)
if(TARGET msquic::${_t} AND NOT TARGET ${_t})
add_library(${_t} ALIAS msquic::${_t})
endif()
endforeach()

0 comments on commit f1a8662

Please sign in to comment.