Rename our allwpilib (which is now 2020) to not have 2019 in the name

Change-Id: I3c07f85ed32ab8b97db765a9b43f2a6ce7da964a
diff --git a/myRobot/CMakeLists.txt b/myRobot/CMakeLists.txt
new file mode 100644
index 0000000..fd9fba6
--- /dev/null
+++ b/myRobot/CMakeLists.txt
@@ -0,0 +1,8 @@
+project(myRobot)
+
+include(CompileWarnings)
+
+file(GLOB myRobotCpp_src src/main/native/cpp/*.cpp)
+
+add_executable(myRobotCpp ${myRobotCpp_src})
+target_link_libraries(myRobotCpp wpilibc)