diff --git a/third_party/json.BUILD b/third_party/json.BUILD index 12e3fca..bc251f2 100644 --- a/third_party/json.BUILD +++ b/third_party/json.BUILD @@ -14,6 +14,9 @@ package( cc_library( name = "json", - hdrs = ["src/json.hpp"], - includes = ["src"], + hdrs = [ + "single_include/nlohmann/json.hpp", + "single_include/nlohmann/json_fwd.hpp", + ], + includes = ["single_include"], )