From f39be2686446c41a5fbf93eba7fb40ca99efcc3a Mon Sep 17 00:00:00 2001 From: Mihael Koep Date: Tue, 9 Sep 2014 13:57:32 +0200 Subject: Add software roi feature to dexela plugin --- plugins/dexela/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/dexela/CMakeLists.txt') diff --git a/plugins/dexela/CMakeLists.txt b/plugins/dexela/CMakeLists.txt index a93ddc6..e7f0a11 100644 --- a/plugins/dexela/CMakeLists.txt +++ b/plugins/dexela/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6) project(ucadexela C) -set(VERSION "1.2.0") +set(VERSION "1.3.0") find_package(DEXELA) @@ -20,7 +20,7 @@ if (DEXELA_FOUND) include_directories(${DEXELA_INCLUDE_DIRS} ${UCA_CONFIGDIR}) - add_library(ucadexela SHARED uca-dexela-camera.c) + add_library(ucadexela SHARED uca-dexela-camera.c software-roi.c) target_link_libraries(ucadexela ${UCA_DEPS} ${DEXELA_LIBRARIES}) -- cgit v1.2.3 From c368cf5a6e5a3cca3f1d95e8ba698707cdd16a29 Mon Sep 17 00:00:00 2001 From: Mihael Koep Date: Tue, 16 Sep 2014 11:37:20 +0200 Subject: Release dexela-plugin 1.3.1 --- plugins/dexela/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dexela/CMakeLists.txt') diff --git a/plugins/dexela/CMakeLists.txt b/plugins/dexela/CMakeLists.txt index e7f0a11..733900e 100644 --- a/plugins/dexela/CMakeLists.txt +++ b/plugins/dexela/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6) project(ucadexela C) -set(VERSION "1.3.0") +set(VERSION "1.3.1") find_package(DEXELA) -- cgit v1.2.3 From 685091674abecc4a8f3cd8d315c8c41a234a2309 Mon Sep 17 00:00:00 2001 From: Mihael Koep Date: Tue, 16 Sep 2014 11:57:31 +0200 Subject: Release dexela plugin 1.3.2 --- plugins/dexela/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dexela/CMakeLists.txt') diff --git a/plugins/dexela/CMakeLists.txt b/plugins/dexela/CMakeLists.txt index 733900e..c9edd54 100644 --- a/plugins/dexela/CMakeLists.txt +++ b/plugins/dexela/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6) project(ucadexela C) -set(VERSION "1.3.1") +set(VERSION "1.3.2") find_package(DEXELA) -- cgit v1.2.3