diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-12-05 12:34:40 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-12-05 12:47:06 +0100 |
commit | b00da1bf9f89f73309075c652c7fc5d89796704e (patch) | |
tree | 62e35831c4c9e1488a9aea3dc8a08551a49b3ef2 /plugins/xkit/CMakeLists.txt | |
parent | bfe47e01bbac74782fed48a3d265a2ee4ae9c7b0 (diff) | |
download | uca-b00da1bf9f89f73309075c652c7fc5d89796704e.tar.gz uca-b00da1bf9f89f73309075c652c7fc5d89796704e.tar.bz2 uca-b00da1bf9f89f73309075c652c7fc5d89796704e.tar.xz uca-b00da1bf9f89f73309075c652c7fc5d89796704e.zip |
Remove disfunctional plugin
Diffstat (limited to 'plugins/xkit/CMakeLists.txt')
-rw-r--r-- | plugins/xkit/CMakeLists.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/xkit/CMakeLists.txt b/plugins/xkit/CMakeLists.txt deleted file mode 100644 index e4f6a39..0000000 --- a/plugins/xkit/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -cmake_minimum_required(VERSION 2.6) -project(ucaxkit C) - -set(UCA_CAMERA_NAME "xkit") -set(PLUGIN_VERSION "0.1.0") -set(PLUGIN_REVISION "1") -set(PLUGIN_REQUIRES "libuca >= 1.2.0") - - -set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fopenmp") - -configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in - ${CMAKE_CURRENT_BINARY_DIR}/../../package-plugin-${UCA_CAMERA_NAME}.sh) - -include_directories(${UCA_CONFIGDIR}) - -add_library(ucaxkit SHARED uca-xkit-camera.c) - -target_link_libraries(ucaxkit ${UCA_DEPS}) - -install(TARGETS ucaxkit - LIBRARY DESTINATION ${UCA_PLUGINDIR} - COMPONENT ${UCA_CAMERA_NAME}) |