From 9fde5a6eb081ea080f5aa895102a9154c3a2d09f Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Tue, 30 Mar 2021 18:44:33 +0200 Subject: 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 --- absl/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'absl/CMakeLists.txt') diff --git a/absl/CMakeLists.txt b/absl/CMakeLists.txt index fbfa7822..a41e1eeb 100644 --- a/absl/CMakeLists.txt +++ b/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) -- cgit v1.2.3