diff options
author | Silvio Traversaro <silvio@traversaro.it> | 2023-06-04 12:52:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-04 12:52:15 +0200 |
commit | f6c72c3ce81d8d050c6c051032a8a2a53a4de74e (patch) | |
tree | 8013f1fde2b26bc6dc99ca3a85525a5f63dbcaac /CMake/AbseilDll.cmake | |
parent | 77ba7ca9d2a523ef9f1837e53554fa65c232abc8 (diff) |
CMake: Add absl::abseil_dll ALIAS target for abseil_dll
Diffstat (limited to 'CMake/AbseilDll.cmake')
-rw-r--r-- | CMake/AbseilDll.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index 8e6e21dc..624a9c99 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -815,4 +815,6 @@ Cflags: -I\${includedir}${PC_CFLAGS}\n") LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} ) + + add_library(absl::${_dll} ALIAS ${_dll}) endfunction() |