Skip to content

Commit

Permalink
Merge pull request #6 from rock-planning/find_gecode
Browse files Browse the repository at this point in the history
find gecode as cmake package
  • Loading branch information
planthaber authored Feb 15, 2024
2 parents 006a113 + 94c0678 commit 2599c1c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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(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

0 comments on commit 2599c1c

Please sign in to comment.