mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Rename myRobot to developerRobot and move docs to subproject (#6283)
This commit is contained in:
8
developerRobot/CMakeLists.txt
Normal file
8
developerRobot/CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user