diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2016-02-17 14:05:03 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2016-02-17 14:05:03 +0100 |
commit | ce9e1e8dad340988ba1777a75425c069b92d1deb (patch) | |
tree | f5280f05c407f105ba018506d5e6dfb39134eaa6 /CMakeLists.txt | |
parent | 85ed63d3e0a4d27b5b07b162ccb53d82c9c2305b (diff) | |
download | uca-net-ce9e1e8dad340988ba1777a75425c069b92d1deb.tar.gz uca-net-ce9e1e8dad340988ba1777a75425c069b92d1deb.tar.bz2 uca-net-ce9e1e8dad340988ba1777a75425c069b92d1deb.tar.xz uca-net-ce9e1e8dad340988ba1777a75425c069b92d1deb.zip |
Merge uca-net-client.c into uca-net-camera.c
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aa5ab7f..902ef91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,8 +23,8 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${UC link_directories(${UCA_LIBRARY_DIRS} ${GIO_LIBRARY_DIRS}) # uca-net client camera -add_library(ucanet SHARED uca-net-camera.c uca-net-client.c) -target_link_libraries(ucanet ${UCA_LIBRARIES} ${MSGPACK_LIBRARIES}) +add_library(ucanet SHARED uca-net-camera.c) +target_link_libraries(ucanet ${UCA_LIBRARIES}) install(TARGETS ucanet LIBRARY DESTINATION ${LIBUCA_PLUGINDIR}) |