From a923f06609ef600af2c3819d3a2bd8e770a95652 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Sun, 16 Feb 2014 17:39:32 +0100 Subject: Fix building with local ufo installation --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9329b88..7b37f62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,6 +33,8 @@ endif () find_package(OpenCL REQUIRED) find_package(PkgConfig REQUIRED) pkg_check_modules(UFO ufo>=${PKG_UFO_CORE_MIN_REQUIRED} REQUIRED) + +link_directories(${UFO_LIBRARY_DIRS}) #}}} #{{{ Global definitions add_definitions("-std=c99 -pedantic -Wall -Wextra -fPIC") -- cgit v1.2.1