From 5b70c570181a3f8c3c9c7b29788289dfe5adc5d8 Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Thu, 15 Apr 2010 10:48:21 -0400 Subject: [PATCH] build: add interface library to niimaq and instal command --- sys/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/CMakeLists.txt b/sys/CMakeLists.txt index b40557b..310c2d7 100644 --- a/sys/CMakeLists.txt +++ b/sys/CMakeLists.txt @@ -18,4 +18,8 @@ target_link_libraries ( libgstimaq general ${GLIB2_LIBRARIES} general ${GSTREAMER_LIBRARIES} general ${GSTREAMER_BASE_LIBRARY} - general ${NIIMAQ_LIBRARIES} ) \ No newline at end of file + general ${GSTREAMER_INTERFACE_LIBRARY} + general ${NIIMAQ_LIBRARIES} ) + +install (TARGETS libgstimaq + LIBRARY DESTINATION lib/gstreamer-0.10) \ No newline at end of file