Skip to content

Commit

Permalink
test: add find_package for gecode and boost
Browse files Browse the repository at this point in the history
  • Loading branch information
2maz committed Jul 26, 2024
1 parent 1d5c2d6 commit 53f8d99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
find_package(gecode REQUIRED)
find_package(Boost REQUIRED system filesystem serialization program_options regex)

rock_testsuite(templ-test suite.cpp
#test_Scheduling.cpp
solvers/test_AgentRoutingProblem.cpp
Expand Down

0 comments on commit 53f8d99

Please sign in to comment.