Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
75263e37c646f784ba346c982ce0e176684812f3
/
.
/
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)