mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Adds CsCore dependency to myRobotCpp (#349)
This commit is contained in:
committed by
Peter Johnson
parent
1f724d58e0
commit
f99a266ce4
@@ -15,6 +15,7 @@ model {
|
||||
tasks.withType(CppCompile) {
|
||||
addNiLibraryLinks(linker, targetPlatform)
|
||||
addNetworkTablesLibraryLinks(it, linker, targetPlatform)
|
||||
addCsCoreLibraryLinks(it, linker, targetPlatform)
|
||||
}
|
||||
|
||||
cppCompiler.args '-pthread', '-Wno-unused-variable'
|
||||
|
||||
Reference in New Issue
Block a user