summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorVolker Kaiser <volker.kaiser@softwareschneiderei.de>2012-08-02 11:50:24 +0200
committerVolker Kaiser <volker.kaiser@softwareschneiderei.de>2012-08-02 11:50:24 +0200
commit12c4c985c11ae9fa4bea7ff4f54176f92168324f (patch)
tree0a95dc0c1c583a40151b88b351e00337cc1740a8 /test
parent91daa3bdebd1fc1e368ff9fa2e99b4ea1131361e (diff)
downloaduca-12c4c985c11ae9fa4bea7ff4f54176f92168324f.tar.gz
uca-12c4c985c11ae9fa4bea7ff4f54176f92168324f.tar.bz2
uca-12c4c985c11ae9fa4bea7ff4f54176f92168324f.tar.xz
uca-12c4c985c11ae9fa4bea7ff4f54176f92168324f.zip
use LIBPYLONCAM_LIBDIR also in tests
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 4cd43ce..2ddc464 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -36,7 +36,7 @@ if (HAVE_PYLON_CAMERA)
set(PYLON_LIB_DIRS $ENV{PYLON_ROOT}/lib64 $ENV{PYLON_ROOT}/bin ${GENICAM_ROOT}/bin/Linux32_i86
${GENICAM_ROOT}/bin/Linux32_i86/GenApi/Generic)
endif()
- link_directories(${PYLON_LIB_DIRS})
+ link_directories(${PYLON_LIB_DIRS} ${LIBPYLONCAM_LIBDIR})
endif()
add_executable(grab grab.c)