diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-04 18:37:13 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-04 18:37:13 +0200 |
commit | 3320960992afe36f4b6306130c6327e084c381b2 (patch) | |
tree | ec86f67fd3e2be95c599581f065655167cd87748 /deimos/core/BUILD | |
parent | 24bb0db16d2fcd94a5919f616dd9a50b3a131752 (diff) |
Add format
Diffstat (limited to 'deimos/core/BUILD')
-rw-r--r-- | deimos/core/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deimos/core/BUILD b/deimos/core/BUILD index fd20796..fcedb22 100644 --- a/deimos/core/BUILD +++ b/deimos/core/BUILD @@ -10,11 +10,13 @@ cc_library( "io.h",
"os.h",
"std.h",
+ "format.h",
],
srcs = [
"allocator.cpp",
"api_registry.cpp",
"os_win32.cpp",
+ "format.cpp",
],
visibility = ["//:__subpackages__"],
)
|