summaryrefslogtreecommitdiff
path: root/deimos/core/BUILD
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-03-25 23:28:26 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-03-25 23:28:26 +0100
commite1229e05aba7554363b2aa9874bd383b5923ee8b (patch)
treeadc8a8bc65942cc0c8e2cc69faa60fee29dbea8a /deimos/core/BUILD
parente3675d4d75c708f35f8041f493fde2fbfbea55b2 (diff)
Basic console API & API registry implementation
Diffstat (limited to 'deimos/core/BUILD')
-rw-r--r--deimos/core/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/deimos/core/BUILD b/deimos/core/BUILD
index cb76f90..2f0dc2d 100644
--- a/deimos/core/BUILD
+++ b/deimos/core/BUILD
@@ -6,10 +6,12 @@ cc_library(
"base.h",
"hash.h",
"id_name.h",
+ "os.h",
],
srcs = [
"allocator.cpp",
"api_registry.cpp",
+ "os_win32.cpp",
],
visibility = ["//:__subpackages__"],
)