Compile all dependencies of the DLL with ABSL_CONSUME_DLL

pull/1269/head
Isuru Fernando 2 years ago committed by GitHub
parent 4a1ccf16ed
commit 09f4602cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CMake/AbseilDll.cmake

@ -546,6 +546,7 @@ function(absl_make_dll)
NOMINMAX
INTERFACE
${ABSL_CC_LIB_DEFINES}
ABSL_CONSUME_DLL
)
install(TARGETS abseil_dll EXPORT ${PROJECT_NAME}Targets
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}

Loading…
Cancel
Save