From 3054bc5fa0dc2bd1a8c3eaa1bff30d5dac2c6198 Mon Sep 17 00:00:00 2001 From: Siva Chandra Reddy Date: Thu, 12 Jan 2023 22:33:38 +0000 Subject: [PATCH] [libc][obvious] Add a missing dep. --- libc/src/__support/CPP/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libc/src/__support/CPP/CMakeLists.txt b/libc/src/__support/CPP/CMakeLists.txt index c271a5b..83a5a5b 100644 --- a/libc/src/__support/CPP/CMakeLists.txt +++ b/libc/src/__support/CPP/CMakeLists.txt @@ -99,4 +99,6 @@ add_object_library( new.cpp HDRS new.h + DEPENDS + libc.include.stdlib ) -- 2.7.4