Skip to content

Commit

Permalink
Add namespaced alias for base_link
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Jan 5, 2025
1 parent fa0a917 commit 1c0cbc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ target_compile_features(inc INTERFACE cxx_std_17)
target_compile_features(inc INTERFACE c_std_11)

add_library(base_link INTERFACE)
add_library(msquic::base_link ALIAS base_link)

if (HAS_GUARDCF)
target_link_options(base_link INTERFACE /guard:cf /DYNAMICBASE)
Expand Down

0 comments on commit 1c0cbc9

Please sign in to comment.