Skip to content

Commit

Permalink
Add local gurobi library for compilation also to tsp_drone_graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Klohn authored and Hendrik Klohn committed Mar 13, 2019
1 parent 22c8b9a commit e286659
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tsp_drone_graphics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
<artifactId>tsp_drone_library</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>gurobi</groupId>
<artifactId>gurobi</artifactId>
<version>8.1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/../lib/gurobi.jar</systemPath>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit e286659

Please sign in to comment.