[libc][obvious] Add a missing dep.
authorSiva Chandra Reddy <sivachandra@google.com>
Thu, 12 Jan 2023 22:33:38 +0000 (22:33 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Thu, 12 Jan 2023 22:33:38 +0000 (22:33 +0000)
libc/src/__support/CPP/CMakeLists.txt

index c271a5b..83a5a5b 100644 (file)
@@ -99,4 +99,6 @@ add_object_library(
     new.cpp
   HDRS
     new.h
+  DEPENDS
+    libc.include.stdlib
 )