From dfb1b95686dc516e4cd874d86c39a750a3023c91 Mon Sep 17 00:00:00 2001 From: Moritz Fischer Date: Fri, 5 May 2017 15:06:14 -0700 Subject: mpm: Fix missing library install Signed-off-by: Moritz Fischer --- mpm/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'mpm') diff --git a/mpm/CMakeLists.txt b/mpm/CMakeLists.txt index b1e1efe2a..871ba0250 100644 --- a/mpm/CMakeLists.txt +++ b/mpm/CMakeLists.txt @@ -122,6 +122,7 @@ TARGET_LINK_LIBRARIES(usrp-periphs udev ${Boost_LIBRARIES} ) +INSTALL(TARGETS usrp-periphs LIBRARY DESTINATION ${LIBRARY_DIR} COMPONENT libraries) ADD_SUBDIRECTORY(python) ADD_SUBDIRECTORY(tools) -- cgit v1.2.3