From 79d6849739585a2a08d09a072412146cb2162edd Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 18 Dec 2012 11:45:26 +0100 Subject: Add link directory for user-installed ufo --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e5be9cd..5e0f177 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,6 +33,8 @@ include_directories( ${UFO_INCLUDE_DIRS} ) +link_directories(${UFO_LIBRARY_DIRS}) + add_definitions("-std=c99 -pedantic -Wall -Wextra -fPIC") if (CMAKE_COMPILER_IS_GNUCC) add_definitions("-Wmissing-prototypes -Wmissing-declarations -Wshadow -- cgit v1.2.1