mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[bazel] Add datalog dev targets (#8418)
This commit is contained in:
@@ -120,6 +120,23 @@ java_binary(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
java_binary(
|
||||||
|
name = "DevMain-Java",
|
||||||
|
srcs = ["src/dev/java/org/wpilib/datalog/DevMain.java"],
|
||||||
|
main_class = "org.wpilib.datalog.DevMain",
|
||||||
|
deps = [
|
||||||
|
":datalog-java",
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
|
cc_binary(
|
||||||
|
name = "DevMain-Cpp",
|
||||||
|
srcs = ["src/dev/native/cpp/main.cpp"],
|
||||||
|
deps = [
|
||||||
|
":datalog",
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
cc_test(
|
cc_test(
|
||||||
name = "datalog-cpp-test",
|
name = "datalog-cpp-test",
|
||||||
size = "small",
|
size = "small",
|
||||||
|
|||||||
Reference in New Issue
Block a user