Skip to content

Commit

Permalink
Add ALIAS for nng library
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Vostrikov <[email protected]>
  • Loading branch information
avostrik committed Jul 3, 2024
1 parent b831ba2 commit 3785a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ endif ()
# to obtain details about how the public library was built, so that we can
# include or not include code based on what's actually present.
add_library(nng)
add_library(nng::nng ALIAS nng)

add_library(nng_testing STATIC EXCLUDE_FROM_ALL)
target_compile_definitions(nng_testing PUBLIC NNG_STATIC_LIB NNG_TEST_LIB NNG_PRIVATE)
Expand Down

0 comments on commit 3785a70

Please sign in to comment.