From 8332e8bce52dec444f91f202c43dd1e971349386 Mon Sep 17 00:00:00 2001
From: Matthias Vogelgesang <matthias.vogelgesang@kit.edu>
Date: Fri, 3 Jun 2016 11:27:14 +0200
Subject: Specify link dir of libuca

---
 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6ee5d82..601accc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,6 +35,8 @@ include_directories(
     ${GIO2_INCLUDE_DIRS}
     ${CMAKE_CURRENT_BINARY_DIR})
 
+link_directories(${UCA_LIBRARY_DIRS})
+
 add_library(ucaufo SHARED uca-ufo-camera.c)
 
 target_link_libraries(ucaufo
-- 
cgit v1.2.3