1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
cc_library( name = "core", hdrs = [ "allocator.h", "api_registry.h", "base.h", "gsl.h", "hash.h", "id_name.h", "os.h", "std.h", ], srcs = [ "allocator.cpp", "api_registry.cpp", "os_win32.cpp", ], visibility = ["//:__subpackages__"], )