Skip to content

Commit

Permalink
Update photonlib.json.in
Browse files Browse the repository at this point in the history
casing still needs to be checked
  • Loading branch information
srimanachanta committed Nov 19, 2023
1 parent 7a4cdfc commit d6108d8
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions photon-lib/src/generate/photonlib.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,24 @@
"cppDependencies": [
{
"groupId": "org.photonvision",
"artifactId": "PhotonLib-cpp",
"artifactId": "photonlib-cpp",
"version": "${photon_version}",
"libName": "Photon",
"libName": "photonlib",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxathena",
"linuxx86-64",
"osxuniversal"
]
},
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-cpp",
"version": "${photon_version}",
"libName": "photontargeting",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
Expand All @@ -30,12 +45,12 @@
"javaDependencies": [
{
"groupId": "org.photonvision",
"artifactId": "PhotonLib-java",
"artifactId": "photonlib-java",
"version": "${photon_version}"
},
{
"groupId": "org.photonvision",
"artifactId": "PhotonTargeting-java",
"artifactId": "photontargeting-java",
"version": "${photon_version}"
}
]
Expand Down

0 comments on commit d6108d8

Please sign in to comment.