Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find gecode as cmake package #6

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading