Rename myRobot to developerRobot and move docs to subproject (#6283)

This commit is contained in:
Tyler Veness
2024-05-24 10:41:23 -07:00
committed by GitHub
parent 65f4505e3c
commit ae655a3a71
10 changed files with 85 additions and 53 deletions

View File

@@ -0,0 +1,8 @@
project(developerRobot)
include(CompileWarnings)
file(GLOB developerRobotCpp_src src/main/native/cpp/*.cpp)
add_executable(developerRobotCpp ${developerRobotCpp_src})
target_link_libraries(developerRobotCpp wpilibc)