Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
00e0908774b67cf417aa07bbcff7da29411e1721
/
.
/
myRobot
/
CMakeLists.txt
blob: fd9fba624cd8b8e3bb4d0b64ddb870cda0821370 [
file
] [
log
] [
blame
]
project(myRobot)
include(CompileWarnings)
file(GLOB myRobotCpp_src src/main/native/cpp/*.cpp)
add_executable(myRobotCpp ${myRobotCpp_src})
target_link_libraries(myRobotCpp wpilibc)