Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 1 | project(myRobot) |
2 | |||||
3 | include(CompileWarnings) | ||||
4 | |||||
5 | file(GLOB myRobotCpp_src src/main/native/cpp/*.cpp) | ||||
6 | |||||
7 | add_executable(myRobotCpp ${myRobotCpp_src}) | ||||
8 | target_link_libraries(myRobotCpp wpilibc) |