blob: fd9fba624cd8b8e3bb4d0b64ddb870cda0821370 [file] [log] [blame]
Brian Silverman8fce7482020-01-05 13:18:21 -08001project(myRobot)
2
3include(CompileWarnings)
4
5file(GLOB myRobotCpp_src src/main/native/cpp/*.cpp)
6
7add_executable(myRobotCpp ${myRobotCpp_src})
8target_link_libraries(myRobotCpp wpilibc)