Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/rock-planning/planning-templ …
Browse files Browse the repository at this point in the history
…into find_regex
  • Loading branch information
Priyanka328 committed Mar 4, 2024
2 parents 914fc6e + cf13bcd commit 6eca607
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
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
set(CMAKE_AUTORCC ON)
rock_library(templ_core
Expand Down Expand Up @@ -52,6 +54,16 @@ rock_library(templ_core
utils/Logger.hpp
LIBS ${Boost_LIBRARIES}
proj
gecode::kernel
gecode::driver
gecode::set
gecode::support
gecode::search
gecode::int
gecode::float
gecode::minimodel
gecode::flatzinc
gecode::gist
DEPS_PKGCONFIG graph_analysis
numeric
owlapi
Expand Down Expand Up @@ -127,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 @@ -234,6 +247,7 @@ rock_library(templ
utils/PathConstructor.hpp
DEPS
templ_moft
LIBS ${Boost_LIBRARIES}
)

rock_library(templ_benchmark
Expand All @@ -247,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 @@ -388,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 6eca607

Please sign in to comment.