Add missing `add_subdirectory()` call for "cleanup" (#925)

Since `absl::Cleanup` is now public, it should also be included
in the `absl/CMakeLists.txt` file.

Signed-off-by: Christian Blichmann <cblichmann@google.com>
pull/926/head
Christian Blichmann 4 years ago committed by GitHub
parent 2d418976ef
commit 9fde5a6eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      absl/CMakeLists.txt

@ -16,6 +16,7 @@
add_subdirectory(base)
add_subdirectory(algorithm)
add_subdirectory(cleanup)
add_subdirectory(container)
add_subdirectory(debugging)
add_subdirectory(flags)

Loading…
Cancel
Save