From 8db26a7350aad53ed73a127f9b8eb6ef15bf0be1 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 11 Apr 2024 23:49:22 +0200 Subject: Implement Status --- deimos/core/BUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deimos/core/BUILD') diff --git a/deimos/core/BUILD b/deimos/core/BUILD index 08f1ada..e4bfee8 100644 --- a/deimos/core/BUILD +++ b/deimos/core/BUILD @@ -10,6 +10,7 @@ cc_library( "io.h", "log.h", "os.h", + "status.h", "std.h", "format.h", ], @@ -20,6 +21,7 @@ cc_library( "io.cpp", "log.cpp", "os_win32.cpp", + "status.cpp", ], visibility = ["//:__subpackages__"], ) -- cgit