blob: ec789f3a742e1c714e4388e79baffc9ab8914f24 [file] [log] [blame]
licenses(["notice"])
package(default_visibility = ["//visibility:public"])
cc_library(
name = "cereal-cxx",
hdrs = glob(["include/cereal/**/*.hpp"]) + glob(["include/cereal/**/*.h"]),
includes = ["include"],
linkstatic = 1,
)