Skip to content

Commit

Permalink
Merge pull request #7 from rock-planning/find_regex
Browse files Browse the repository at this point in the history
link Boost_LIBRARIES
  • Loading branch information
Priyanka328 authored Mar 4, 2024
2 parents 2599c1c + 7ee6595 commit cf13bcd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
find_package(Boost REQUIRED system filesystem serialization program_options)
find_package(Boost REQUIRED system regex filesystem serialization program_options)
find_package(gecode REQUIRED)

# For adding the qt4 resources
Expand Down Expand Up @@ -139,6 +139,7 @@ rock_library(templ_moft
${MOFT_EXTRA_HPP}
DEPS
templ_core
LIBS ${Boost_LIBRARIES}
)
if(WITH_GQR)
target_link_libraries(templ_moft ${GQR_LIBRARIES})
Expand Down Expand Up @@ -246,6 +247,7 @@ rock_library(templ
utils/PathConstructor.hpp
DEPS
templ_moft
LIBS ${Boost_LIBRARIES}
)

rock_library(templ_benchmark
Expand All @@ -259,6 +261,7 @@ rock_library(templ_benchmark
benchmark/io/GoldenReader.hpp
DEPS
templ
LIBS ${Boost_LIBRARIES}
)

rock_executable(templ_bin Main.cpp
Expand Down Expand Up @@ -400,6 +403,7 @@ rock_library(templ_gui
gui/widgets/SpatioTemporalRequirement.ui
gui/widgets/TemporalConstraintQualitative.ui
gui/widgets/TemporalConstraintQuantitative.ui
LIBS ${Boost_LIBRARIES}
)

rock_executable(templ-gui gui/Main.cpp
Expand Down

0 comments on commit cf13bcd

Please sign in to comment.