Spaces:
Running
Running
| package( | |
| default_visibility = ["//visibility:public"], | |
| ) | |
| cc_library( | |
| name = "cpp", | |
| srcs = glob(["runtime/Cpp/runtime/src/**/*.cpp"]), | |
| hdrs = glob(["runtime/Cpp/runtime/src/**/*.h"]), | |
| includes = ["runtime/Cpp/runtime/src"], | |
| visibility = ["//visibility:public"], | |
| defines = ["ANTLR4CPP_STATIC"], | |
| ) |