Skip to content

Commit

Permalink
find gecode as cmake package
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanka328 committed Feb 14, 2024
1 parent 006a113 commit 94c0678
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 94c0678

Please sign in to comment.