Skip to content

Commit

Permalink
Merge pull request #8 from rock-planning/find_regex
Browse files Browse the repository at this point in the history
link test with boost
  • Loading branch information
Priyanka328 committed Mar 4, 2024
2 parents cf13bcd + 6eca607 commit 0c3a174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
find_package(Boost REQUIRED system regex filesystem serialization program_options)
rock_testsuite(templ-test suite.cpp
#test_Scheduling.cpp
solvers/test_AgentRoutingProblem.cpp
Expand Down Expand Up @@ -31,4 +32,5 @@ rock_testsuite(templ-test suite.cpp
DEPS
templ
templ_benchmark
LIBS ${Boost_LIBRARIES}
)

0 comments on commit 0c3a174

Please sign in to comment.