Skip to content

Commit

Permalink
Add alias (#4704)
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev authored Dec 13, 2024
1 parent d337a3c commit 810b373
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 810b373

Please sign in to comment.