diff options
author | Copybara-Service <copybara-worker@google.com> | 2023-06-07 10:52:15 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-06-07 10:52:15 -0700 |
commit | d49a30a81e2cb2ea7af308590f359fa4f7a7934e (patch) | |
tree | 34bb18ff14d4a6c642527ebd64341bc02482ed46 /CMake | |
parent | bb6f5ff1c0ed895c008befa9fcef3834347c42a6 (diff) | |
parent | f6c72c3ce81d8d050c6c051032a8a2a53a4de74e (diff) |
Merge pull request #1466 from traversaro:patch-2
PiperOrigin-RevId: 538534137
Change-Id: Ifb2e59c36ffce183d3c93081d9300201757f82d4
Diffstat (limited to '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..b64f133c 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() |